首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >需要3D触控设备- iOS应用商店

需要3D触控设备- iOS应用商店
EN

Stack Overflow用户
提问于 2015-12-22 10:13:49
回答 1查看 87关注 0票数 0

有没有办法要求3dtouch功能让设备能够在app Store上下载你的应用程序?

EN

回答 1

Stack Overflow用户

发布于 2015-12-22 10:23:17

没有办法做到这一点。您需要将3d-touch或类似的内容添加到Info.plist中的UIRequiredDeviceCapabilities密钥中。根据苹果的Device Compatibility文章,以下是功能密钥:

代码语言:javascript
复制
accelerometer
armv6
armv7
auto-focus-camera
bluetooth-le
camera-flash
front-facing-camera
gamekit
gps
gyroscope
healthkit
location-services
magnetometer
metal
microphone
opengles-1
opengles-2
opengles-3
peer-peer
sms
still-camera
telephony
video-camera
wifi

到目前为止,还没有一个密钥可以让你使用3D Touch。因此,没有办法将你的应用程序限制在只支持该功能的设备上。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/34407467

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档