My client want to use “Installing apps wirelessly” feature.
Using this he can download application directly from my server no need to synchronize his device.
I search on Internet and I got some information, for that I need two files
- The app (.ipa) file
- The manifest (.plist) file.
I know how to create (.ipa) file but i have no idea about (.plist) file.
If any one having idea how to create (.plist) file please share your idea.
If you export your AdHoc archive and check the ‘Enterprise distribution’ box, the .plist is exported to the same directory with the same name as the ipa. I did this today for the first time, hosted it on my server and it worked.
Check this:
http://www.paradeofrain.com/2010/11/taking-the-pain-out-of-ad-hoc-testing/