gpt4 book ai didi

build - 如何防止在 iPad 上安装应用程序

转载 作者:行者123 更新时间:2023-12-02 05:47:37 25 4
gpt4 key购买 nike

如何在 Xcode 中构建应用程序以防止它安装在 iPad 上?我在这里看到的相关问题的答案似乎是指在 Xcode 4 中不再适用的设置和过程。

最佳答案

不幸的是,无法阻止在特定类型的设备上安装应用程序。

但是,阻止 iPad 用户使用该应用程序的一种廉价而肮脏的方法是 checkin appDelegate。 :

if(UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) {
//UIAlertView this app will not run on iPad
}

而不是在 UIAlertView代表:
exit();

这将导致应用程序无法在 iPad 上运行。

关于build - 如何防止在 iPad 上安装应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6447369/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com