安装企业应用程序时如何处理警报?

时间:2014-12-20 07:43:37

标签: ios enterprise

当我触摸按钮进行安装时,它会显示一个alertView XXXXX would like to install "My App Name"。 一个是Cancel,另一个是Install。 是否有可能知道我选择了哪个动作?因为我想点击Cancel时想要popAction,并在点击Install时回到手机主屏幕(我不知道是否可能)。

the UIAlertView after I touch the updateButton

1 个答案:

答案 0 :(得分:0)

警报由操作系统显示。如果用户选择“取消”,则表示您的应用未安装,因此您的应用无法执行任何操作 - 它不在设备上。