是否可以在 App Store 中按型号指定兼容的 iOS 设备?

Posted

技术标签:

【中文标题】是否可以在 App Store 中按型号指定兼容的 iOS 设备?【英文标题】:Is it possible to specify compatible iOS devices - by model - in App Store? 【发布时间】:2015-10-07 03:30:40 【问题描述】:

我目前正在编写一个仅在 iPad Air 1 + 2 上受支持的应用程序。我正在检查代码中的设备兼容性,但有没有办法在 App Store 上也指定它?

我无法找到 UIRequiredDeviceCapabilities 之后的任何内容,它仅指定了设备必须具有的某些特性。据我所知,UIRequiredDeviceCapabilities 下的 iPad Air 和 iPad 2 之间没有明显的特征。

【问题讨论】:

除非您可以通过 UIRequiredDeviceCapabilities 指定特定的硬件设备功能,否则您需要为 iPad 应用程序支持所有 iPad 设备。您对 iPad Air 的具体要求是什么?处理器速度? 我需要前置摄像头至少为 720p。我的应用使用图像识别,iPad Air 前的摄像头只有 640x480。 那么您的应用将不得不在较低分辨率的相机上做到最好。 【参考方案1】:

使用UIRequiredDeviceCapabilities 是正确的方法。基于此处的列表: ios Device Compatibility Reference,我猜你可以使用 metal 或 opengles-3,它们都只在 iPad Air 型号上可用,但在 iPad 2 上不可用。

我希望这会有所帮助。祝你好运。

【讨论】:

啊,我没有看到列表中的那些。谢谢!希望 Apple 批准。

以上是关于是否可以在 App Store 中按型号指定兼容的 iOS 设备?的主要内容,如果未能解决你的问题,请参考以下文章

App Store兼容性问题

提交至 Apple App Store:将品牌名称指定为个人开发者?

app-interview

在 App Store 中找不到 Xcode 更新

我更新了 taget 版本,但我的 App on Store 的兼容性仍然是“Ios 11 或更高版本”

是否可以使用 iTunes App Store API 获得任何应用的排名位置?