Enterprise License Distribution - AutoUpdate
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
- 
				ckelly5430
- Posts: 15
- Joined: Wed Sep 11, 2013 3:44 pm
Enterprise License Distribution - AutoUpdate
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
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
			
			
									
									
						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