使用私有API在ios中启用个人热点

时间:2017-04-10 10:12:33

标签: ios objective-c iphone-privateapi personal-hotspot

我正在使用iOS运行时标头来启用ios中的热点。 Link

NSBundle *b = [NSBundle bundleWithPath:@"/System/Library/PrivateFrameworks/Sharing.framework"];
    BOOL success = [b load];
Class SFRemoteHotspotSession=NSClassFromString(@"SFRemoteHotspotSession");

如何实现以下方法来启用热点: -

- (void)enableHotspotForDevice:(id)arg1 withCompletionHandler:(id /* block */)arg2;

0 个答案:

没有答案