Broken Link
Broken Link

Reputation: 2412

Is there a way to install iPhone App via browser?

Is there a way to install iPhone App via a browser (in this case iOS Safari)?

Upvotes: 17

Views: 107185

Answers (5)

Vineet Choudhary
Vineet Choudhary

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


1 How to use AppBox

  1. Link your Dropbox account with AppBox.
  2. Select and upload the iOS application "OR" select project/workspace to archive and upload the iOS application.
  3. Send the link to your testers, clients, friends or even use it yourself.
  4. Open the link in the browser on the device and click on install.

2. Feature

  • Uploaded App Expiration - Never expires. Until you delete from your Dropbox
  • Unlimited app installations
  • Auto Restart Upload After Network Change or Failure
  • Keep same installation link for the same app
  • Install previous version with same installation link
  • Auto E-Mail App Distribution Link
  • Maximum Upload Size - Equal to your Dropbox account storage
  • Auto App Signing
  • Auto Upload on Dropbox or AppStore after Archive
  • Auto Shutdown Mac after Distribution
  • Easy setup assistant to get started in a few minutes
  • Slack, Microsoft Teams and Hangout Chat Webhook Integration
  • Dashboard
  • Fastlane support read more
  • Jenkins Support read more
  • Dark Theme

3. AppBox vs Diawi

enter image description here

4. Screenshot

Upload IPA

Share URL

Dashboard


Give it a try from anyone of these link:

Upvotes: 15

Teena nath Paul
Teena nath Paul

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

Ecarrion
Ecarrion

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

agilityvision
agilityvision

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

scord
scord

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

Related Questions