As far as I know, an iOS Application can be distributed in the following ways
- Via App Store
- Using TestFlight
- Using HockeyApp or something similar
- Sharing the .ipa file
But all the above require enrolling in the Apple Developer Program. I can test the app on my device using my apple id but I alse need to share my app with a couple of personal friends(testers). Is there any way to share an iOS application without enrolling in the Apple Developer Program?
Thanks.