iOS-Runtime-Headers icon indicating copy to clipboard operation
iOS-Runtime-Headers copied to clipboard

Using private API to enable personal hotspot in ios

Open sakshigidwani93 opened this issue 7 years ago • 2 comments

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

How do i implement the following method to enable hotspot:-

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

sakshigidwani93 avatar Apr 10 '17 10:04 sakshigidwani93

I am interested in a swift implementation of this.

jspenc72 avatar Apr 20 '17 03:04 jspenc72

Any progress with that?

roei46 avatar Jan 05 '18 23:01 roei46