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

.isEnabled and .isConnected returning false #156

Closed
troyredder opened this issue Jul 16, 2021 · 7 comments · Fixed by #175
Closed

.isEnabled and .isConnected returning false #156

troyredder opened this issue Jul 16, 2021 · 7 comments · Fixed by #175
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed question Further information is requested

Comments

@troyredder
Copy link

We are using these two flags to confirm a connection with iOS devices which has been working as expected until 0.3.4 release. Both flags are never returning true within that release.

@daadu
Copy link
Member

daadu commented Jul 17, 2021

What iOS device are you testing it?

@daadu daadu added bug Something isn't working help wanted Extra attention is needed question Further information is requested labels Jul 17, 2021
@daadu
Copy link
Member

daadu commented Jul 17, 2021

Also if you got time can you through #150 which was added to v0.3.4, to see if what can be the bug introduced in this version.

@DominikStarke
Copy link
Contributor

Should be fixed by #175 this is due to isEnabled and isConnected's reliance on getSSID which isn't working in the current version.

@daadu
Copy link
Member

daadu commented Sep 19, 2021

Closing this as fixed with #175. It has landed of pub.dev with v0.3.7

@troyredder Thanks for reporting the bug, check yourself on README.

@daadu daadu closed this as completed Sep 19, 2021
@daadu daadu linked a pull request Sep 19, 2021 that will close this issue
@xiki808
Copy link

xiki808 commented Jun 13, 2022

isEnabled is returning false, using iOS 15.31 and plugin v 0.3.15+2

@daadu
Copy link
Member

daadu commented Jun 14, 2022

isEnabled in iOS checks where getSSID != null - there is no official API for it.

@xiki808
Copy link

xiki808 commented Jun 14, 2022

Thanks for the info. For iOS I'm checking getIP to know if device is connected to wifi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants