Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] How to join Wifi network once? #21

Open
ebellumat opened this issue Mar 20, 2019 · 0 comments
Open

[Question] How to join Wifi network once? #21

ebellumat opened this issue Mar 20, 2019 · 0 comments

Comments

@ebellumat
Copy link

Good morning, in native Swift with iOS 11, we can programatically connect in the Network and DONT SAVE the configuration, every single time when the user go to connect in the network, the user will go and open the app every time. Follow the code.

var config = new NEHotspotConfiguration(Ssid, Pw, false);
config.JoinOnce = true;

It's possible to do the same using this plugin? There is a property to turn this behaviour?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant