-
Notifications
You must be signed in to change notification settings - Fork 188
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
isConnected returning always false but the Phone connected successfully to the wifi #75
Comments
same problem! |
i hava the same problem!!! |
Me too, Pixel XL android 10 |
In my case, Android is working fine, but not working in iOS. |
|
The fix has landed on pub.dev with v0.3.4. @felixsmart Thanks for filing this bug. Check yourself in README!! |
Amazing!, Thanks (I'm the CTO of Felix Smart) |
same problem |
Hi there,
I'm testing and the module works perfect with iOS.
I'm now testing an Android (Using a Xiaomi M10) and this always returns false. The issue is that the Android Phone connected successfully to the Wifi (I can see it is connected).
bool isConnected = await WiFiForIoTPlugin.connect(STA_DEFAULT_SSID,
password: STA_DEFAULT_PASSWORD,
joinOnce: false,
security: NetworkSecurity.WPA);
Any ideas?
The text was updated successfully, but these errors were encountered: