简体   繁体   English

iOS 7:检测是否启用了App自动更新?

[英]iOS 7: detect if App autoupdating is enabled?

Is there an API or a hack to detect whether or not automatic updating has been enabled globally on iOS 7? 是否有API或黑客来检测iOS 7上是否全局启用了自动更新?

This setting may impact whether or not developers want to notify the user about available app upgrades. 此设置可能会影响开发人员是否要通知用户可用的应用升级。 For example, we don't want to bug the user if they are running an old version of our app, but auto-update is allowed. 例如,如果用户运行旧版本的应用程序,我们不希望对用户造成错误,但允许自动更新。

在此输入图像描述

Thank you! 谢谢!

No, there is no API. 不,没有API。 This is to stop developers from bugging users who don't want to upgrade. 这是为了阻止开发人员窃听那些不想升级的用户。

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

相关问题 如何检测在 iOS 8 上的包含应用程序中启用了应用程序扩展? - How to detect an app extension is enabled in containing app on iOS 8? 如何检测我的iOS应用程序已启用PIE / ASLR? - How to detect that PIE/ASLR has been enabled for my iOS app? 如何检测是否在iOS应用中启用了堆栈粉碎保护 - How to detect if stack smashing protection is enabled in an iOS app 如何告诉iOS 11中的Smart Invert不要反转我的app颜色并检测它是否已启用? - How to tell Smart Invert in iOS 11 not to invert my app colors and detect if it is enabled? 以编程方式检测 iOS 密码是否启用 - Programmatically detect whether iOS passcode is enabled or not 在 iOS 上检测 WiFi 启用/禁用的更好方法? - Better way to detect WiFi enabled/disabled on iOS? 检测以查看是否启用了iPad上的蓝牙iOS 7 - Detect to see if Bluetooth on iPad is enabled iOS 7 在启用 iCloud 的情况下传输 iOS 应用程序 - Transferring iOS app with iCloud enabled 检测 iOS 应用是否被黑 - Detect if iOS app hacked React Native iOS - 在 Podfile 中启用 Hermes,但在应用程序中未启用 - React Native iOS - Hermes is enabled in Podfile, but isn't enabled in app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM