Question

I am creating a free iOS applications. I want to make clients to be able to download new version of my application from setting page of my app by pressing a button named download new version.

I had see this accepted answer that looks good for me:

https://stackoverflow.com/a/23561783/1939409

Actually I am wondering whether this solution only works for ad-hoc apps or I can use BetaBuilder to create a IPA for my final apps that should install on non jailbreak devices too?

Also is there a way that I call this URL from my app with objective-c codes so that app itself download the IPA file and install it on the device?

Was it helpful?

Solution

You can update app by providing link of app's new version only if you have generated ad-hoc or enterprise distribution build. Also your app can not download the new version on its own. You need to open browser with new version link and rest of the process will be handled by iOS.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top