如何调用此方法以及将传递哪些参数?
此方法在iOS 7运行时标题中可用。
- (BOOL)uninstallApplication:(id)arg1 withOptions:(id)arg2
答案 0 :(得分:0)
您是否尝试过从[自我设备]调用此方法?
if ([[self device] applicationIsInstalled:[self uniqueAppIdentifier] type: nil error: &error])
BOOL uninstalled = [[self device ] uninstallApplication:[self uniqueAppIdentifier] withOptions: nil error: &error];