簡體   English   中英

我可以強制用戶使用hockeyapp更新我的應用程序嗎?

[英]can I force user to update my app using hockeyapp?

我有一個iOS應用程序。 目前,它正在分發給測試用戶。 我准備將應用程序發布到Appstore了。 我對Appstore中有更新版本的應用程序感興趣。

hockeyapp是否有任何內置功能來提示用戶更新應用程序,並阻止他在更新之前使用它?

使用HockeyApp時,如果有可用的新版本,則會出現一個復選框,提示用戶對當前應用程序進行強制更新。

更新

您可以強制測試版用戶更新到較新的應用版本,但您無法強制App Store用戶更新到較新的應用版本!

SDK提供了一項功能,可以從App Store構建中通知用戶有關新更新的信息,但無法強制進行升級。 此功能在此處記錄: http//hockeyapp.net/help/sdk/ios/3.6.2/Classes/BITStoreUpdateManager.html

校驗

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

您可以使用appgrades.io強制用戶在AppStore上提供新版本時更新其應用程序。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM