Reed
Reed

Reputation: 14984

iOS Development Testing Requirements

On Apple's website they say you to test on iPad, iPhone and iPod touch.
Is it actually required to test on all three before distributing the app, or is it acceptable to just test on one of them (say, iPhone)?

Upvotes: 0

Views: 67

Answers (1)

Ilario
Ilario

Reputation: 6079

is not required,or rather, they may not know where you've tested the app, but it is obviously highly recommended to test the app on all devices and all iOS supported by your app.

the simulator replaces a device well true, but sometimes it can happen to encounter errors that simply can not be seen on the simulator, but that may be encountered on a real device

To avoid unexpected problems is always better to try more devices

Upvotes: 2

Related Questions