简体   繁体   English

最低操作系统版本号,iPhone应用程序

[英]Minimum OS version number, iPhone app

I've built an iPhone app which is live in the app-store. 我已经构建了一个iPhone应用程序,该应用程序位于应用商店中。 When originally submitting the app it showed up in App Store as requiring iPhone OS 3.1.3. 最初提交应用程序时,它在App Store中显示为需要iPhone OS 3.1.3。 When later updating the app I made sure my settings in Xcode for the target for the app store build had the Base SDK version set to 3.1.3 and the Deployment Target version set to 3.0, however it still shows up in app store as requiring 3.1.3. 稍后更新应用程序时,我确保在Xcode中针对应用商店构建目标的设置将基本SDK版本设置为3.1.3,将部署目标版本设置为3.0,但是在应用商店中仍显示为3.1 .3。

From what I've understood the Deployment Target version is the one setting the requirement in app store? 据我了解,“部署目标”版本是设置应用商店中需求的一种吗?

Or is there any information concerning this that I should have updated in iTunes Connect when submitting the updated app? 还是在提交更新的应用程序时,我应该在iTunes Connect中更新过与此相关的任何信息?

Thanks, Michael 谢谢迈克尔

检查info.plist中的MinimumOSVersion键

您可以通过编辑项目设置基本SDK为应用程序设置基本SDK。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM