Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create wireless manifest file (.plist Extension) using Xcode

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

  1. The app (.ipa) file
  2. 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.

like image 985
kb920 Avatar asked Jun 18 '12 12:06

kb920


2 Answers

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/

like image 173
Nicolas Miari Avatar answered Sep 28 '22 11:09

Nicolas Miari


I use Betabuilder, you could find it on github. Use it with your ipa, and just upload the files created by the app to a web server an you're good to go.

like image 21
Beuj Avatar answered Sep 28 '22 11:09

Beuj