采用 ATS 是否必须提交带有 xcode 6.3 的新版本?

is adopting ATS is mandatory to submit new builds with xcode 6.3?

我想使用 xcode 6.3..with iOS 9 版本为我在应用商店中的现有应用提交更新是否必须为使用 xcode 提交的应用调整 ATS 6.3 或任何 xcode 版本,当 xcode7 已发布时,应用程序更新是否会被接受,因为它是使用 xcode 6.3 构建的?

ATS 特定于 iOS 9,如果您使用 iOS9,则需要您确保所有网络资源都是 SSL,或者您禁用 ATS。此外,您不能将 iOS 9 与 Xcode 7.

以下的任何内容一起使用

最新的 Xcode 是 here,您会注意到 Xcode 7 没有 tvOS 而 7.1 有。 Apple 发布了具有特定 Xcode 版本的特定 SDK。如果您已经知道这一切,我们深表歉意。

因此,如果问题更多是关于采用最新的 SDK,那么不,您不必这样做,但在合理范围内。 Apple 希望每个人都使用最新的 SDK,但这并不总是可行的。我看到 App Store 中的应用程序在没有最新 SDK 支持的情况下更新。

来自 Apple 的更多信息是 here

Any Other SDK is Temporary

It is not practical for Xcode to force every project to build with the latest SDK. For example, it may be necessary to ship an immediate hot-fix version of app - without waiting until the app has been fully updated for a newer SDK.

But it's important to understand that using an older SDK is a temporary workaround, not a solution. Issues preventing your app from using the latest SDK should be fixed as soon as possible. It will be much easier to fix these issues while the older build system is still supported.

Important: No Legacy SDK version will be supported indefinitely