我正在使用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;