[SOLVED] Proper plist for OTA distribution

I wish Corona could drop the files in a state ready for OTA distro. In the meantime, could someone show me the proper plist for OTA? [import]uid: 21331 topic_id: 20510 reply_id: 320510[/import]

I use http://www.appsendr.com/ and they do it for you. Just put your app and the provisioning profile in a folder called “Payload” and compress it, rename it to Payload.ipa then upload to web interface and it sends out to your testers. It’s fantastic. [import]uid: 110373 topic_id: 20510 reply_id: 80420[/import]

Ya, I’ve seen those. Thanks.

Here is a working format. Others would probably work. Hope this helps others. Obviously, replace MYSITE and MYAPP respectively.

[code]



items


assets


kind
software-package
url
http://www.MYSITE.com/MYAPP.ipa


kind
display-image
needs-shine

url
http://www.MYSITE.com/Icon.png


kind
full-size-image
needs-shine

url
http://www.MYSITE.com/Icon-512.png


metadata

bundle-identifier
com.MYSITE.MYAPP
bundle-version
1.0
kind
software
title
MYAPP




[/code]

Dibs to:
http://blog.carbonfive.com/2011/05/04/automated-ad-hoc-builds-using-xcode-4/ [import]uid: 21331 topic_id: 20510 reply_id: 80423[/import]