-1

I want to know if Apple tests the apps on real device while reviewing the app as part of app approval process.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Pandurang Yachwad
  • 1,695
  • 1
  • 19
  • 29

3 Answers3

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