Distribute iOS app via website
The first time I seen this is emu4ios.net. Then I found this is very useful and convenient for my beta tester.
I shows an exmple to host the ipa & plist files on Dropbox. The reason for not host them on my personal website is due to SSL issue. See here
Without https

1st: Generate ipa file
Open your XCode, then archive the project

Then select distribute

Select Save for Enterprise or Ad Hoc Deployment distribution method

Then choose the provisioning profile that you have selected before Archive

Finally save the ipa file

2nd: Create a .plist
MyApp.plist
1 |
|
3rd: Move both ipa & plist files to your Dropbox Public folder
e.g.
1 | Dropbox |
4th: Get the public link from Dropbox

Then send the link over to your beta tester, then they will be able to install via Safari.

