Page 1 of 1

Enterprise License Distribution - AutoUpdate

Posted: Wed Apr 01, 2015 3:03 pm
by ckelly5430
Can someone advise me how to do an auto-update of an IOS app using the itms-services URL or any other way apart from the app store??

Re: Enterprise License Distribution - AutoUpdate

Posted: Thu Apr 02, 2015 3:19 pm
by ckelly5430
Does anyone have any ideas why the following handler in the stack script fails to worK?

on doUpdate
launch url "itms-services://?action=download-manifest&url=https://MYURL/manifest.plist"
if the result is empty then close this stack
end doUpdate


Thanks