Home > Mobile >  Publishing an application with an account login, but without registration, in the App Store
Publishing an application with an account login, but without registration, in the App Store

Time:11-22

I have created an app for my company. To use the application, you need to log in to the account that We ourselves create for each specific employee, registration of new accounts in the application is not available now and will not be available in the future, since only We can create new accounts for new employees and delete old accounts on our server . Can such an application be published in the App Store, given the new requirements of Apple? Is there any way to avoid this? Maybe if our application is unlisted, then it will be allowed to be published without explicitly registering new accounts?

We tried to submit our app for review and provided a demo account, but we were denied publishing due to implicit registration in the app.

CodePudding user response:

As I know, you can create test account from your backend and provide this account authorisation info to the apple review team, so they can authorise and test your application

CodePudding user response:

It is not the lack of user registration that is causing your app rejection.

For an App to be made available in the App Store it needs to be applicable to a broad audience. It sounds like your app is only for a very limited set of users; employees of your company.

For these types of apps you can use custom app distribution or unlisted app distribution.

Custom app distribution works well when an app needs to be made available to one or more organisations who manage their devices. (You can use it with unmanaged devices, but distribution is more complex).

In your case, it sounds like an unlisted app would be the best approach.

In both cases you still go through app review and will need to provide a demo login.

A third possible approach is to use an Enterprise developer program. Due to abuse in the past, Apple discourages these now that custom and unlisted app distribution is available. Enterprise programs are more expensive and are not granted to smaller companies.

  • Related