Is it still possible to submit apps targeted for iOS5 or iOS6 to the App Store after the release of iOS7

一曲冷凌霜 提交于 2019-12-04 03:32:06

问题


Like the question says, will I be able to submit iOS5/iOS6 apps to the App Store given that iOS7 is rolled out now? Or do I have to target iOS7 for my builds?

I understand that there is a great amount of UI changes, new features, not looking good, etc involved but I just want to know if it is still possible to submit old targets

Cheers


回答1:


Yes it is still possible to submit apps targeted at older versions, as long as they perform on iOS 7 as well.

There is also now an option for people using legacy versions of iOS to download app versions that are targeted for that version.

Nice article about that here: http://thenextweb.com/apple/2013/09/17/apple-begins-allowing-users-running-legacy-ios-builds-to-download-older-versions-of-apps/




回答2:


Your app is built to a specific SDK version, which is different from the deployment target. Apple typically require you to submit apps that have been built to the latest public SDK version, although I believe right now you can still submit apps built to iOS 6.

So you can target iOS 5/6 as you require - however, going forward your app will have to be built with the iOS 7 SDK.



来源:https://stackoverflow.com/questions/18869644/is-it-still-possible-to-submit-apps-targeted-for-ios5-or-ios6-to-the-app-store-a

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!