ios - NEHotspotHelper NetworkExtension -
i trying use new framework can not understand scope.
is possible connect wi fi
automatically? example, when ios call background service in app can set password , confidence of particular network.
[network setconfidence:knehotspothelperconfidencehigh]; [network setpassword:@"qwerty"];
and can see message under ssid
user has touch wi fi connect.
my question is, possible without user touch it? example, when have known wi fi
ios
connected automatically.
is there way emulate behavior framework?
thanks.
this framework allows connect selecting network (touching it). can´t emulate behavior because can´t settings app, it´s extension app , work
Comments
Post a Comment