-
Notifications
You must be signed in to change notification settings - Fork 121
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
wifi.findAndConnect(ssid,password) not working in android version 8+ #106
Comments
@nikhilsmg I don't know if you found an answer to your issue but I am using the library on android version greater than 8. I would guess that you need to enabled course location (or fine location) permission as I believe this requirement was added around version 8 and could be the reason you are unable to successfully connect. |
A bit off topic, but API level 29 and above (android 10+) has deprecated a lot of the connection method used here. Any upcoming pull requests to fix that? the problematic code is in
|
For us, the feature broke on android 10+ phones after upgrading our app target sdk version from API Level 28 to 29, in compliance with Play Store. It still works on older android OS phones. We have always requested ACCESS_FINE_LOCATION permission, so it is not the issue. |
Hi, anyone have a solution for this issue? I have the same problem in API 30, found always return false. |
I'm also facing the same issue. It would be of great help if there was a solution to this |
In android version <8 works fine. but in the latest versions 9, 10. it's not working.
Any solution?
The text was updated successfully, but these errors were encountered: