5

質問のとおり、iOS7 が公開されたので、iOS5/iOS6 のアプリを App Store に提出することはできますか? または、ビルドで iOS7 をターゲットにする必要がありますか?

大量の UI 変更、新機能、見栄えの悪さなどがあることは理解していますが、古いターゲットをまだ送信できるかどうかを知りたいだけです。

乾杯

4

2 に答える 2

5

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/

于 2013-09-18T10:24:49.177 に答える
3

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.

于 2013-09-18T10:24:41.513 に答える