Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am uploading an update to my existing app in the app store. I have used Xcode 6,4, now in latest Xcode (7.2), multi tasking support in iPad is a new addition and also bit code support. The archive file is double the previous build and also Launch file warnings are displayed when building. Can I use Xcode 6.4 itself or the new Xcode 7.2.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
771 views
Welcome To Ask or Share your Answers For Others

1 Answer

Apple states that you should use the validate feature on the archive to check if it can be published on the App Store. Quoting:

For compatibility reasons, the App Store will often accept apps that are built with some older versions of Xcode or Base SDK. To determine if an older Xcode configuration is currently accepted by the App Store, you can choose "Archive" under the "Product" menu to make an archived build, then use the Validate feature, to test if that build meets minimum requirements for submission to the App Store.

Source: What version of Xcode and SDK should I be using when building for the App Store?

As of today - May '16, the link

use the Validate feature

in that page is broken, the validate feature is located on the right hand side of the Organizer, under the big blue button "Upload to App Store..."


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...