Reputation: 17422
I am very interesting with testflight, it make possible to do test before app is ready for publish. But testflight is very slow at my country. I really like implement my own testflight.
Some app can install ipa, when you press install it will popup a dialog ask you "if you want to install xxx from 127.0.0.1"
Recently, I read an article, a team has develop a system, which can install daily build version of app. You can see the image below. "iOS版" is "iOS version", "安卓版" is "Android version", "安装" is "install"。
(source: gameres.com)
The android version is easy, but the iOS version is very hard. How can I install an ipa from an app or web.
Upvotes: 0
Views: 489
Reputation: 1320
I think you could have a look at this apple document: Installing apps wirelessly
With this document, you could create an ad-hoc ipa and upload it to your server. People could install the ipa via safari.
(Btw:其实你可以看这篇文章,里面有一个demo的链接,虽然这个demo上面的ipa需要越狱才能安装,仅仅是给你看一下效果。如果你有加入udid或者用企业证书打包,那就没有限制了,无需越狱)
Upvotes: 1