2015-12-22 83 views
0

有没有办法要求设备的3dtouch功能能够在App Store上下载您的应用程序?需要3D Touch设备 - iOS App Store

+0

您应该向Apple提交一个增强请求错误报告,以获取此设备功能要求。 – hotpaw2

+0

有人已经提交了这个 – ina

+0

报告了重复的增强请求以提高该请求的可见性。 – hotpaw2

回答

2

有没有办法做到这一点。您需要将3d-touch或其他性质的内容添加到您的UIRequiredDeviceCapabilities密钥Info.plist中。这些都是功能键,按照苹果的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触摸的关键。因此,没有办法将您的应用限制为仅支持该功能的设备。

+0

嗯会要求opengles-3几乎限制到iphone 6或更好? (比所有手机更小的子集,仍然不是6秒或更好) – ina

+0

@ina不幸的是,没有。 OpenGL-ES 3可用于iPhone 5S。只是好奇,你在做什么,需要强力接触才能使用? – Undo

+0

花哨的UX使用压力,使应用程序独特的伎俩: - \ – ina