Enterprise License Distribution - AutoUpdate

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ckelly5430
Posts: 15
Joined: Wed Sep 11, 2013 3:44 pm

Enterprise License Distribution - AutoUpdate

Post by ckelly5430 » Wed Apr 01, 2015 3:03 pm

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??

ckelly5430
Posts: 15
Joined: Wed Sep 11, 2013 3:44 pm

Re: Enterprise License Distribution - AutoUpdate

Post by ckelly5430 » Thu Apr 02, 2015 3:19 pm

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

Post Reply