• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

ios - 使用旧设备的 iOS 用户可以查看和下载我的应用程序的早期版本吗?

[复制链接]
菜鸟教程小白 发表于 2022-12-13 11:48:14 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题

我的应用程序目前在 App Store 中适用于 armv7arm64 架构。假设它是 1.0 版本。 由于二进制文件的大小,我正在考虑仅针对 64 位设备的想法,以避免胖二进制文件中的 armv7 和 armv7s 切片。由于 3rd 方框架(特别是 Google),Bitcode 目前不是一个选项,所以 64 位定位是我最后的选择。假设它将是 2.0 版本。

如果 armv7 设备在 App Store 上查找我的应用程序,用户会发生什么? AFAIK,如果用户之前下载了应用程序版本 1.0,将提供再次下载 1.0 的选项(即:恢复之前的下载)。

但是,如果用户以前从未下载过应用程序怎么办?是否可以选择下载 1.0 作为应用程序的“最后兼容”版本?还是会被强制下载2.0,它不在用户的设备上运行?

我想提交一个 arm64 更新而不限制我的受众(如果 armv7 用户仍然使用该应用程序的早期版本,则没有问题)。


编辑

正如 Nicolas Braun 所指出的,由于我的应用目前同时支持 armv7arm64 我无法提交 arm64-仅更新,因为它会限制设备要求。

如果我提交的更新需要 iOS >= 9 不支持位码,客户是否能够下载仅包含所需的可执行架构的变体?目标设备?



Best Answer-推荐答案


首先,一旦您将应用程序提供给一组设备,您就不能添加技术限制(即设备功能),以防止它在以前兼容的设备上运行。

Apple Doc 中有说明即使真的不清楚:

Important: All device requirement changes must be made when you submit an update to your binary. You are permitted only to expand your device requirements. Submitting an update to your binary to restrict your device requirements is not permitted. You are unable to restrict device requirements because this action will keep customers who have previously downloaded your app from running new updates.

您可以更改的唯一限制兼容设备的参数是最低操作系统版本。更具体的

Developers can add restrictions to UIRequiredDeviceCapabilities on app updates provided any device that is dropped cannot support the min os version specified. Source

也就是说,我相信无论 Bitcode 是否激活,App Thinning 都可以在 iOS9 上运行。取自 Apple App Thinning doc

Slicing is the process of creating and delivering variants of the app bundle for different target devices. A variant contains only the executable architecture and resources that are needed for the target device.

您可以在同一个链接中看到 bitcode 不是一回事。

干杯,

尼古拉斯

关于ios - 使用旧设备的 iOS 用户可以查看和下载我的应用程序的早期版本吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33833916/

回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝2

帖子830918

发布主题
阅读排行 更多
广告位

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap