alim91
alim91

Reputation: 546

Test and production on different iOS SDK

I have "xcode-4.6.3" on my mac and i use "iOS SDK 6", when I want to test it on device that "iOS 7" as operating system, it gave errors. If i upload the app on apple store, those who have "iOS 7" devices can download and run the app? I am a beginner in iOS and i need your help, thank you.

Upvotes: 0

Views: 44

Answers (1)

Liam
Liam

Reputation: 12668

Since February 1st, All apps submitted to the app store must be compiled against the iOS 7 SDK (Using the latest Xcode).

See developer.apple.com/news/?id=12172013a for more info.

If you are getting errors when trying to compile your application against the iOS 7 SDK for the first time then it might be worth you updating your question with more information related to the errors you are getting.

Upvotes: 1

Related Questions