Build app for IOS 9.3 and 10.0

别来无恙 提交于 2019-12-25 14:11:54

问题


I'm fairly new to iOS app development. I have had a quick look but can't find an answer but sorry in advance if this is a duplicate.

I have an iOS app developed in Swift 2.3 using the 9.3 SDK but I also want it to work on 10.0. I have set the Base SDK as 9.3 but not sure if there is anything I have to do for it to work on 10, and how would I gain access to the 10.0 features?


回答1:


Set the Base SDK to the latest OS use new features available in the current iOS release. Set the Deployment Target to the oldest iOS version on which you want your app to deploy.

Make sure to test on an actual iOS device running the Deployment Target iOS version to check whether you use any newer APIs without first checking for their availability on a device running that iOS version, The iOS Simulator is not reliable as a test for this purpose.



来源:https://stackoverflow.com/questions/40312942/build-app-for-ios-9-3-and-10-0

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