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

fix(iOS): Fix disconnectFromSSID having no effect #214

Merged
merged 1 commit into from
Nov 4, 2021
Merged

fix(iOS): Fix disconnectFromSSID having no effect #214

merged 1 commit into from
Nov 4, 2021

Conversation

scarlac
Copy link
Contributor

@scarlac scarlac commented Sep 25, 2021

Fixes #17

I tested locally for iOS 15 on a wifi network that the app configured and calling disconnect directly works. But with the getConfiguredSSIDsWithCompletionHandler it does not.

This is an alternative to: #213

I tested locally for iOS 15 on a wifi network that the app configured and calling disconnect directly works. But with the `getConfiguredSSIDsWithCompletionHandler` it does not.

This is an alternative PR to this one where I know it won't work but at least we get an error message out of it:
#213
@Rapsssito
Copy link
Collaborator

@scarlac, thank you for your PRs. I believe this one is the one to merge as it fixes the functionality provided by the method.

@Rapsssito Rapsssito changed the title Fixed disconnectFromSSID having no effect fix(iOS): Fix disconnectFromSSID having no effect Nov 4, 2021
@Rapsssito Rapsssito merged commit 0d55c08 into JuanSeBestia:master Nov 4, 2021
JuanSeBestia pushed a commit that referenced this pull request Nov 4, 2021
## [4.4.1](v4.4.0...v4.4.1) (2021-11-04)

### Bug Fixes

* **Android:** Replace jCenter with mavenCentral ([#216](#216)) ([b047208](b047208))
* **iOS:** Fix disconnectFromSSID having no effect ([#214](#214)) ([0d55c08](0d55c08))
* **iOS:** Fix prefix check in connectToProtectedSSIDPrefix ([#220](#220)) ([d94f356](d94f356))
@JuanSeBestia
Copy link
Owner

🎉 This PR is included in version 4.4.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Can't disconnect from WiFi in IOS
3 participants