Wednesday 27 November 2013

How to deploy your app to web site


You may start reading this below:
http://stackoverflow.com/questions/11131605/cannot-connect-to-website-for-iphone-app/12136168#12136168?newreg=6ed9a87e3acc47feb7ef66f57c63327d


1. Go to Xcode => Product => Archive
2. Distribute button
3. Select second 'ad hoc' option
4. After selecting a proper provisioning profile, press Export
5. It will make .ipa and .plist files.

You are led to this page.
Make sure you click the check box, and enter URL correctly: type http:// and extension is .ipa.


Beside .htm, ipa, plist, I had web.config.
I am not sure whether it helped.


One stage, I had the below error.
In my case, it was server authentication things, it was just a typo in default.htm not referencing .plist file but test.txt file (i was doing this and that to make it work :( )


In this end, everything worked good!



Some people mentioned about authentication. But it wasn't my problem.


No comments:

Post a Comment