문제

I am doing one application in Xcode 4.5. Just yesterday I heard that Apple will reject the builds which are created below Xcode 5, and which are not supporting iOS 7. Is this information accurate?

도움이 되었습니까?

해결책 2

That is correct. Apple will not approve apps that are compiled with Xcode versions below 5.0.

다른 팁

Yes, Apple now only accepts builds from Xcode5. This is applicable since 1st Feb, 2014.

Here is the link:https://developer.apple.com/news/?id=12172013a

So, your build should be compiled from Xcode5 for submission on App Store, otherwise Apple rejects your App.

Yes. As per this Apple announcement, as of 2014-Feb-01, a developer can only submit apps built using Xcode 5.x (or presumably later versions). Lesser builds won't pass validation during an attempt to submit them.

And Xcode 5 only supports building apps using the iOS 7 SDK. Use of any lower SDK with Xcode 5 is unsupported, and apps built with such also can't be submitted. You can set a lower Deployment Target for your app, such as iOS 5.1 or 6.0, if your app supports not only iOS 7, but those lower versions as well. But one should do this only if you test the app on actual devices running all the iOS versions claimed, as using only the iPhone Simulator is not a thorough OS compatibility test.

Note that it is likely that one will have to modify an older app when building it with the iOS 7 SDK, as several of the UI control metrics and default window/view positions have been changed from iOS 6 and earlier SDKs.

Yes, that is exactly what Apple does. You should have received at least one mail to your developer account as well with that information.

Yes,Apple will not accept app created below xcode5. From 1 feb, new apps submitted to the App Store must be built with the latest version of Xcode (Xcode5) and must be optimized for iOS 7.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top