Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
应用程序有什么方法可以验证 iDevice 是否受密码保护?如果没有,有没有办法确保应用程序只能在“受保护”设备列表上安装/运行?UUID 现在已贬值,但是否存在任何替代方案?有免费的设备管理程序吗?
有一种方法可以推断设置了密码:查询 UIApplication 对象上的 protecteddataAvailable 属性。
如果不使用 MDM 解决方案来管理设备和安装应用程序,我认为没有办法防止您的应用程序安装在不安全的设备上。即便如此,用户也可以手动安装。您可以在我们的应用程序中做的是在启动时测试是否有密码,如果没有则通知用户。