Reputation: 2670
I am trying to develop an application which needs to download and install other new new apps or update an existing app in iphone without closing the main app.Is that possible ?.I googled a lot for this and i didnt yet find any solution.Looking far a reply
Thanks in advance
Upvotes: 0
Views: 1490
Reputation: 6320
It's not possible. Your app can open links to other apps in the store, but not install or update them.
You have more options using enterprise in-house distribution and MDM, but for app store apps, it's not possible.
For enterprise apps, this link has all the info you need: http://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html%23//apple_ref/doc/uid/TP40009979
Upvotes: 2