知道 app 的 Bundle ID 如何启动应用程序

在越狱设备上,知道了App的 BundleID 如何不通过 URL Schemes 来直接启动应用程序

@interface SpringBoard : NSObject

- (void)launchApplicationWithIdentifier:(NSString*)identifier suspended:(BOOL)suspended;

@end
2 个赞

感谢回复!通过Hook这个Api来调用吗?有没有方式直接调用这个API

…敢情runtime调用都不会吗…