有没有办法要求3dtouch功能让设备能够在app Store上下载你的应用程序?
发布于 2015-12-22 10:23:17
没有办法做到这一点。您需要将3d-touch或类似的内容添加到Info.plist中的UIRequiredDeviceCapabilities密钥中。根据苹果的Device Compatibility文章,以下是功能密钥:
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。因此,没有办法将你的应用程序限制在只支持该功能的设备上。
https://stackoverflow.com/questions/34407467
复制相似问题