Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we submit xcode6 beta builds? How to prepare app for iOS8?

So I've released an app into the store and now want to prepare it for iOS8. There are things that do not work on iOS8 anymore (e.g. the way the app registers for notifications), and I've fixed them by adding in the new non-deprecated methods.

I read somewhere, however, that we should not submit an app built with XCode6 beta. If this is the case, how do we ensure that we have an iOS8 compatible app in the store when iOS8 comes out?

like image 916
xrxrxrx Avatar asked Feb 12 '23 09:02

xrxrxrx


1 Answers

Apple usually release a "Golden Master" build of Xcode to developers a week before the official launch of Xcode and the new iOS version. The idea is that you've done all of your development and testing using the Beta and then use the GM to submit your App. As the GM is virtually identical to the full release, any app archived and submitted using it will be fully compatible with the newly released iOS.

like image 121
Sadiq Jaffer Avatar answered Feb 15 '23 11:02

Sadiq Jaffer