I want to know if Apple tests the apps on real device while reviewing the app as part of app approval process.
Asked
Active
Viewed 716 times
-1
-
Yes. Is there any reason you would expect otherwise? How do you think they test it? – Rob Napier Nov 13 '19 at 17:08
-
How else could they possibly test your app? – rmaddy Nov 13 '19 at 17:54
3 Answers
0
They certainly do. For one my submissions, apple rejected and the screenshot they had attached was taken from an iPad running my app.
0
I see they do validate on real device. Also most of their test locations are outside US, like Ireland.

Pandurang Yachwad
- 1,695
- 1
- 19
- 29
-1
Your application should run the same as on-device and also in a simulator. There should not be any difference in behaviors when submitted to the App Store for review. If you have a check-in code for if the device is the simulator to run in a "development" mode I recommend you change this to check for a launch argument that you define on run in Xcode.

SierraMike
- 1,539
- 1
- 11
- 18