How to delete an iOS app programatically using private framework for non-jailbroken device
问题 I am making an in-house (Enterprise) app. I want to delete other installed apps from the iOS device programmatically. I have successfully retrieved the installed apps' info (e.g. name, bundleId, version, icon etc.) using Apple's private framework methods. Please tell me how can I do that (i.e. delete an app). Thanks. 回答1: Here is a solution (No jailbreak No crash) but its not working every time. Sometime it failed to uninstall application and return NO . NSBundle *b = [NSBundle bundleWithPath