问题
According to latest Apple's new submission rules apps which would have built with ios 6 sdk will be rejected after february 1st
But I can't make one thing clear : will Apple submit apps built with lates sdk 7.0 and deployment target set up to 6.0 after february 1st?
回答1:
https://developer.apple.com/news/index.php?id=12172013a#top
Your app should be optimized for iOS7 means you have to compile it with iOS 7 SDK as Base SDK. Yes they will accept app with Deployment Target 6.0 and even lower.
回答2:
Yes. The SDK you're using and your deployment target are two different things.
回答3:
Apple will review app that has base SDK iOS7.0, base SDK basically defines that you can use all the public API up to your base SDK.
while deployment target is minimum version you want to support, so you can set it what ever you want but base SDK should be iOS7.
来源:https://stackoverflow.com/questions/20718848/app-store-submission