我准备将应用程序发布到Appstore了.
我对Appstore中有更新版本的应用程序感兴趣.
hockeyapp是否有任何内置功能来提示用户更新应用程序,并阻止他在更新之前使用它?
解决方法 校验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
总结以上是内存溢出为你收集整理的ios – 我可以强制用户使用hockeyapp更新我的应用程序吗?全部内容,希望文章能够帮你解决ios – 我可以强制用户使用hockeyapp更新我的应用程序吗?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)