Yo,
My Ionic 3 app uses Firebase’s phone authentication to login a user. After entering the phone number, then entering the verification code in the next screen, the ‘loading’ indicator shows for a few seconds while it authenticates, then it goes to the home screen.
I submitted the app to the App Store for review, and it got rejected, saying the ‘loading’ indicator remained indefinitely. I can’t replicate the issue on any of my test devices!
They even tested it on an iPad, even though it’s for iPhone only!!
I’ve submitted the Android version to the Play Store with no issues.
Anyone encountered such issue before? How do I resolve this??
You need to ask which device/s they are testing on to get that error, then you need to run that device version on your simulator and see if you can replicate it.
Before deploying it’s best to test the app on all simulator devices.
If they test on iPad is because you need to check off the universal support in xcode build settings so it can be for iPhone only.