我可以提交适用于 ios 4.2.5 及更高版本的应用程序吗?
我可以将 iOS 目标设置到什么程度?您能否查看修订号 - Major.minor.revsion
,即我可以将其设置为 iOS 4.2.5,以便它不针对 iPhone 3G,但支持 Verizon iOS 4 iPhone 4?或者我是否必须支持 4.3 才能忽略 iPhone 3G,从而失去任何 <5.0 Verizon 用户?
How granular can I set my iOS target? Can you go down to the revision number - major.minor.revsion
i.e. can I set it to iOS 4.2.5 so that it is not targeting iPhone 3G's but supports Verizon iOS 4 iPhone 4's? Or do I have to support 4.3 to ignore the iPhone 3G and therefore lose any <5.0 Verizon users?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,您只能将主要和次要发行版本设置为目标 - 例如 4.2 或 4.3,但不能设置 4.2.5。
然而,您可以通过仅针对 ARMV7 进行构建来淘汰 iPhone 3G。 3G仍然运行在基于ARM架构版本6(ARMV6)的硬件平台上。
AFAIK you may only set major and minor release versions as a target - hence e.g. 4.2 or 4.3 but not 4.2.5.
You may however cut out the iPhone 3G by simply building for ARMV7 only. The 3G still runs on the ARM architecture version 6 (ARMV6) based hardware platform.