简体   繁体   English

制作iPhone 4S ***仅***应用程序

[英]Making an iPhone 4S ***ONLY*** app

我一直在努力解决这个问题,但有没有办法通过info.plist或其他方式使应用程序与ONLY iPhone 4S(或新的iPad + iPhone 4S)兼容,以便其他iOS设备型号的用户无法查看和下载应用在他们的设备上?

Yes, you can. 是的你可以。 The iPhone 4S and new iPad are the only devices that support Bluetooth 4.0 Low Energy communications. iPhone 4S和新iPad是唯一支持蓝牙4.0低能耗通信的设备。 As I describe in this answer , you can add the bluetooth-le key to your UIRequiredDeviceCapabilities to prevent installation on every device but the iPhone 4S and new iPad (excepting future iOS devices). 正如我在这个答案中描述的那样,您可以将bluetooth-le键添加到您的UIRequiredDeviceCapabilities以防止在除了iPhone 4S和新iPad(除了未来的iOS设备之外)的每台设备上安装。

You can see the filter grid for the various devices in the iTunes Connect Developer Guide 's Appendix C - Device Compatibility Matrix. 您可以在iTunes Connect开发人员指南的附录C - 设备兼容性矩阵中查看各种设备的过滤网格。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM