Installing IOS app without appstore
Asked
Active
Viewed 2,133 times
3 Answers
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
-
Okay THANK YOU SIR :):):) – Prerit Singh Chaudhary Mar 28 '16 at 04:47
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.

Nicola Giancecchi
- 3,045
- 2
- 25
- 41