我可以提交适用于 ios 4.2.5 及更高版本的应用程序吗?

发布于 2024-12-23 08:15:48 字数 186 浏览 0 评论 0原文

我可以将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

韬韬不绝 2024-12-30 08:15:48

据我所知,您只能将主要和次要发行版本设置为目标 - 例如 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文