William Niu
William Niu

Reputation: 15853

Recommended approach to test iOS app against beta iOS releases

It is good to be able to test apps against beta releases of iOS, but the number of beta releases Apple is pushing out seems to turn the benevolence into annoyance for me on several bases:

So, I started wondering, how other iOS developers deal with this. Does Apple have a recommended approach to test apps with their frequent beta releases? When should I submit the fixes to Apple for the new iOS (keeping in mind that it might be broken in the next beta relesae)?

Could someone please suggest or point me to a plausible approach to test apps against beta iOS releases?

Upvotes: 0

Views: 249

Answers (1)

Filip Radelic
Filip Radelic

Reputation: 26683

Once a GM version of the OS and SDK is out, you have at least a week before it goes public. This should be enough to fix any iOS version-related bugs, submit the update and get it accepted. If you are afraid it will not be ready before public release of the OS, you can request an expedited review and state that app breaks on new OS as a reason.

As for things that can go wrong with beta OS versions, it's too general to discuss, and we can't discuss particular iOS 5 problems here.

Upvotes: 2

Related Questions