我可以强制用户使用hockeyapp更新我的应用程序吗?

时间:2015-03-10 10:51:14

标签: ios app-store hockeyapp

我有一个iOS应用程序。目前,它正在分发给测试用户。 我准备将应用程序发布到Appstore了。 我对Appstore中有更新版本的应用程序感兴趣。

hockeyapp是否有任何内置功能来提示用户更新应用程序,并阻止他在更新之前使用它?

4 个答案:

答案 0 :(得分:4)

使用HockeyApp时,如果有可用的新版本,则会出现一个复选框,提示用户强制更新当前应用。

Update

答案 1 :(得分:2)

您可以强制测试用户更新到较新的应用版本,但您可以强制App Store用户更新到较新的应用版本!

SDK提供了一项功能,可以通过App Store构建通知用户有关新更新的信息,但无法强制升级。此功能记录在此处:http://hockeyapp.net/help/sdk/ios/3.6.2/Classes/BITStoreUpdateManager.html

答案 2 :(得分:0)

检查

  

BITStoreUpdateManager

The store update manager module.

 This is the HockeySDK module for handling app updates when having your app released in the App Store.
 By default the module uses the current users locale to define the app store to check for updates. You
 can modify this using the `countryCode` property. See the property documentation for details on its usage.

 When an update is detected, this module will show an alert asking the user if he/she wants to update or
 ignore this version. If update was chosen, it will open the apps page in the app store app.

 You need to enable this module using `[BITHockeyManager enableStoreUpdateManager]` if you want to use this
 feature. By default this module is disabled!

 When this module is enabled and **NOT** running in an App Store build/environment, it won't do any checks!

 The `BITStoreUpdateManagerDelegate` protocol informs the app about new detected app versions.

 @warning This module can **NOT** check if the current device and OS version match the minimum requirements of
 the new app version!

参考:https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios#storeupdates

答案 3 :(得分:0)

当AppStore上有新版本时,您可以使用appgrades.io强制用户更新其应用。