Reputation: 2412
Is there a way to install iPhone App via a browser (in this case iOS Safari)?
Upvotes: 17
Views: 107185
Reputation: 7631
You can use AppBox, A mac application that uses your Dropbox account to distribute you ad-hoc and enterprise apps, if you want to install form any other browser.
https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation/releases
Give it a try from anyone of these link:
Upvotes: 15
Reputation: 2259
A new website BetaFamily has launched that allows you to generate installer link like diawi. You can also invite users and they will receive the installer link directly in their inbox. Below is the website link:
https://betafamily.com/supersend
Upvotes: 3
Reputation: 4950
Yes, safari will detect the *.ipa and will try to install it, but the ipa needs to be correctly sign and only allowed devices would be able to install it.
http://www.diawi.com is a service that will help you with this process.
All of this is for Ad-hoc distribution and not for production apps.
Upvotes: 23
Reputation: 7931
It is pretty straight forward to publish ad hoc builds on your own website. I used this tutorial to get started. http://jeffreysambells.com/posts/2010/06/22/ios-wireless-app-distribution/
Upvotes: 4
Reputation: 1395
https://testflightapp.com/ is a good way to do this. It has its quirks, but overall I find it very useful.
Upvotes: 4