Reputation: 3
Is it possible on an iphone to programmatically load an app from another app? I know that you can link to the app in the appstore but I would like to load an app by entering for example its name and it is loaded without leaving the app which sent the order.
And the same question for deleting an app programmatically. For example having a list of all apps in your device and by pressing on one of them it is deleted.
Upvotes: 0
Views: 881
Reputation: 1397
IF you only would like to load another App inside your App, I think you could try URL Schemes
Upvotes: 0
Reputation: 14694
That is not possible on a non-jailbroken device, and for good reason. Depending on what you are selling though, you might want to consider the in-app purchase system Apple provides.
Upvotes: 2
Reputation: 14012
This would be impossible as the iOS sandboxes apps from changing any files not within it's app folder or modifying any other apps.
Upvotes: 3