What is the minimum sdk allowed to publish apps in App Store?

与世无争的帅哥 提交于 2019-12-08 11:42:35

问题


Helllo, I read some previous questions about this and I am now a little worried. Does anyone know where I can get this information, or if anyone knows something by experience please share.


回答1:


I think you're getting confused between SDK and deployment target.

EDIT:

At the moment, you can only submit apps that have been compiled with iOS >= 7.1

Apple published this news a few days ago:

Starting February 1, 2015, new iOS apps uploaded to the App Store must include 64-bit support and be built with the iOS 8 SDK, included in Xcode 6or later. To enable 64-bit in your project, we recommend using the default Xcode build setting of “Standard architectures” to build a single binary with both 32-bit and 64-bit code.

Lowest deployment target is 5.1.1 (due to 64-bit compatibility), as far as I know.

Many thanks to @rmaddy and @Anbu.Karthik for their useful comments!



来源:https://stackoverflow.com/questions/26654138/what-is-the-minimum-sdk-allowed-to-publish-apps-in-app-store

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