加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ios – XCode如何将兼容设备设置为仅与ARkit兼容的设备?

发布时间:2020-12-14 19:26:17 所属栏目:百科 来源:网络整理
导读:如何确保iOS AppStore上的应用程序仅显示启用ARKit的设备的兼容性? 解决方法 关键是在所需设备功能下的info.plist文件的arkit. Apple documentation on plist keys(UIRequiredDeviceCapabilities). Key : arkit Description : Include this key if your app
如何确保iOS AppStore上的应用程序仅显示启用ARKit的设备的兼容性?

解决方法

关键是在所需设备功能下的info.plist文件的arkit.

enter image description here

Apple documentation on plist keys(UIRequiredDeviceCapabilities).

Key: arkit

Description: Include this key if your app requires support for ARKit
on the device (that is,an iOS device with an A9 or later processor).

Minimum version: iOS 11.0

现有应用程序的一个重要警告是,Apple不允许您在应用程序发布后限制应用程序的设备.

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.

如果要将AR功能添加到现有应用程序,则可以使用ARKit的isSupported属性来确定是否应公开此功能.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读