IOS Enterprise Distribution Through OTA

后端 未结 8 1419
梦毁少年i
梦毁少年i 2020-11-28 01:55

We have build an enterprise iPad App and now we want to give it to our employees. Initially when testing, we used ad-hoc distribution collecting all the test device\'s UDID

8条回答
  •  情歌与酒
    2020-11-28 02:12

    There are two solutions

    1. Try testflightapp.com

      It does everything for you. It even has a SDK which I found very useful in debugging scenarios with logs and crash reports.

    2. If you are looking to have your own hosted solution for the enterprise then http://hockeykit.net/ is the best bet.

      It has a client application which makes the upgrade process painless. It also have a server side code which you can deploy on your server.

      https://github.com/TheRealKerni/HockeyKit


    1. Update 2013-11-23:

      We have been using Diawi happily for quite some time.

提交回复
热议问题