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

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -