lecham
lecham

Reputation: 2464

iOS app: Rejected in AppStore to external testers

I need to get my iOS app (React Native) get approved to external testers. I am getting this message from Apple:

enter image description here

I know that I should provide login information(username and pass). But I have user's phone number as name and user can enter the pass only after he get the SMS with a security code.

Here's the complete flow:

  1. User enters phone number
  2. Gets SMS with code and enters it
  3. Entering password
  4. Proceeding to app

What should be done in this case? Can the Apple sign up and create the account, if I write a message to them, describing the flow?

Thanks!

Upvotes: 0

Views: 316

Answers (1)

Masuk Helal Anik
Masuk Helal Anik

Reputation: 2283

Our team faced that too. We solved it by providing them with a demo account. We set up a phone number and static code to pass to otp. And then we provided them and it worked!

Upvotes: 4

Related Questions