Itunesconnect demo account in sms application

I can not find any information about my problem. I wrote an application based on sms (this means that the user must request and receive sms from my server and cannot continue to enter sms code and some other things based on SMS in the application). So, my problem is to refuse the appstore review due to the lack of demo data, but how can I get it even if the “demo” depends on the real device?

+3
source share
1 answer

Apple will test your application on a real device. When they launch the application, they should be able to go through the registration process. Thus, you need to configure the system so that when the reviewer launches your application, they can perform the actions that your application requires. This means that your server must be working properly.

If any specific information (user ID, password, etc.) that the reviewer must enter into your application in order to use it, you must provide this information in the "Demo account" field for information about your application in iTunes Connect .

+6
source

All Articles