HTML5   发布时间:2022-04-27  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了ios – 我可以强制用户使用hockeyapp更新我的应用程序吗?大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。
我有一个iOS应用程序.目前,它正在分发给测试用户.
我准备将应用程序发布到Appstore了.
我对Appstore中有更新版本的应用程序感兴趣.

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

解决方法

校验

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

大佬总结

以上是大佬教程为你收集整理的ios – 我可以强制用户使用hockeyapp更新我的应用程序吗?全部内容,希望文章能够帮你解决ios – 我可以强制用户使用hockeyapp更新我的应用程序吗?所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: