App-store submission [closed]

非 Y 不嫁゛ 提交于 2019-12-24 02:57:19

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!