简体   繁体   English

如何限制使用64位设备的用户安装我的iOS应用?

[英]How can I restrict users with 64 bit devices to install my iOS app?

I am working on an iPhone app that uses a framework that only works with 64-bit devices. 我正在使用仅适用于64位设备的框架的iPhone应用程序。

Other than targeting iOS 11, How can I restrict my app to work with only 64-bit iOS devices? 除了以iOS 11为目标外,如何限制我的应用只能在64位iOS设备上使用?

Go to Build setting and set below parameters 转到构建设置并设置以下参数

1. Valid Architectures = arm64
2. Build Active Architecture Only  
           Debug = NO            // This setting is for simulator to work
           Release = Yes         // This is for device

暂无
暂无

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

相关问题 我可以在没有64位兼容性的情况下更新与64位兼容的iOS应用吗? - Can I update my 64-bit compatible iOS app without 64-bit compatibility? 无法将我的iOS 7应用程序安装到iPhone Retina(4英寸64位)iOS模拟器上 - Can't install my iOS 7 app to the iPhone Retina (4-inch 64-bit) iOS simulator 我应该如何将ios应用程序安装到公司的设备上? - How should I install my ios app to devices in the company? iOS:MD5校验和为32位和64位设备返回不同的值。 我该如何解决? - iOS: MD5 checksum returns a different value for 32 bit and 64 bit devices. How can I resolve this? 最近部署的我的应用程序-一些用户无法从较旧的设备立即运行(64位问题) - Recently Deployed My App - Some Users Cannot Run Now From Older Devices (64 bit issue) iOS:仅限应用程序限制为64位设备 - iOS: limit app to 64-bit devices only 为什么我的Arcs不在64位iOS设备上绘图? - Why aren't my Arcs drawing on 64 bit iOS devices? 使应用程序与32位iOS设备兼容,现在仅适用于64位设备 - Make the app compatible with 32bit iOS devices, now only works for with 64bit devices 如何在应用程序内部设置特定的区域格式并覆盖iOS应用程序中的设备区域格式? - How can I set a specific Region Format inside of my app and override the devices Region Format in an iOS app? 如何仅为64位iOS设备提交存档? - How to submit an archive only for 64-bit iOS devices?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM