0

Installing IOS app without appstore

Gordonium
  • 3,389
  • 23
  • 39

3 Answers3

1

Yes, you can use for example Beta by fabric. But you will need a trusted developer certificate witch have to be installed in the certificate manager of iOS.

Jonas Franz
  • 555
  • 1
  • 8
  • 18
0

You can install your app in two ways:

  • if you have a personal/company Apple Developer Program account, you can distribute ad hoc builds using Fabric by Twitter, mail or third-party hosting. You can create an ad hoc certificate after creating the App ID of your application in the Apple Developer Member Center. The main limit of this approach is that ad hoc certificates (like App Store certificates) expire in one year and after this time you need to re-distrbute your app. Furthermore, you need to register all the UUIDs of the devices you want to install your app. ADP costs $99/year.
  • if you have an enterprise Apple Developer Program account you can sign your builds with your own certificate and you can distribute on all the devices you want via mail or hosting. ADP Enterprise costs $299/year.

Reference from Apple

Nicola Giancecchi
  • 3,045
  • 2
  • 25
  • 41
0

You can use diawi, only needs the generated IPA and provisioning profile, it send an email with the link that must be open in the safari of the device you wanted to install it.

garanda
  • 1,271
  • 11
  • 16