简体   繁体   English

AppStore:需要iOS 4.2或更高版本? 但我将有效的架构设置为armv6和armv7以及BaseSDK:最新的iOS 5.0

[英]AppStore: Requires iOS 4.2 or later? But I set valid architectures to armv6 and armv7 and BaseSDK: Latest iOS 5.0

What dose "Requires iOS 4.2 or later " mean? 什么剂量“需要iOS 4.2或更高版本”是什么意思? ... that it won't work on devices with iOS 4.3 or newer? ...它不适用于iOS 4.3或更高版本的设备? What was "Valid Architectures" for then? 什么是“有效的架构”呢? Or BaseSDK: Latest iOS (iOS 5.0) for? 或BaseSDK:最新的iOS(iOS 5.0)?

So what do I need to do to make sure it is compatible with iOS 5.0? 那么我需要做些什么才能确保它与iOS 5.0兼容?

Thanks... 谢谢...

"Requires iOS 4.2 or later" mean that any device running iOS 4.2 through iOS 5.1.1 (as of June 5, 2012) can install and run your application. “需要iOS 4.2或更高版本”意味着任何运行iOS 4.2到iOS 5.1.1 (截至2012年6月5日)的设备都可以安装和运行您的应用程序。

Any user running iPhone OS 1.0 through iOS 4.1.x will not be able to install your app and the AppStore (on device) app will refuse the user to proceed with any purchase or download. 任何运行iPhone OS 1.0到iOS 4.1.x的用户都将无法安装您的应用程序,AppStore (在设备上)应用程序将拒绝用户继续进行任何购买或下载。

Update 更新

See the SDK Compatibility Guide , specifically Base SDK and Deployment Target Settings . 请参阅SDK兼容性指南 ,特别是Base SDK和部署目标设置

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

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