Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Enterprise Apps: How to roll out updates?

If all the members of an organisation are issued with an iOS (iPhone and iPad) app binary which is signed under the Apple Enterprise Deployment scheme for ad-hoc deployment, how are updates managed? Must the users manually be sent an updated binary / be manually prompted (email etc) to download an updated binary ? Or is there a native mechanism to check if the remote .ipa has been updated, and prompt the user to update?

Many thanks

like image 365
Scratcha Avatar asked Nov 04 '22 09:11

Scratcha


2 Answers

There is no native method, you will have to either inform the users of an update or build you own check in the app.

HockeyKit might be able to help you, although is ment for ad-hoc builds you might be able use it for enterprise app.

like image 165
rckoenes Avatar answered Nov 09 '22 11:11

rckoenes


Another possibility is to use testflightapp.com. I manage an internal app that way. When you upload a new version all users registered will get an email and they can upgrade directly from the email (if it's on the device) or using the test flight web app.

like image 25
ahwulf Avatar answered Nov 09 '22 11:11

ahwulf