-
Notifications
You must be signed in to change notification settings - Fork 106
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
getBSSID is not working in android PIE #68
Comments
Hello, |
I don't have a current android device to try to reproduce the error but have you tried resetting your network settings on your device? |
Ok, I found some time to search this issue on Pie. As, I'm trying to solved it using https://facebook.github.io/react-native/docs/permissionsandroid. |
I've tried to add ACCESS_COARSE_LOCATION permission but I still get an error for BSSID and SSID. |
This does fix the issue. Make sure to add it the the manifest as well as check runtime using PermissionAndroid.
|
Also, you have to set your localisation active on your smartphone (turn GPS on). |
i am using
"react-native-network-info": "^3.2.2",
my react version is
"react": "16.0.0-beta.5",
"react-native": "0.49.3",
i am using react-native-network-info to get network BSSID
this was wasworking fine untill my user update thier Android OS to Android PIE
it always return 02:00:00:00:01:00 in android PIE devices
anyone has any idea about this
The text was updated successfully, but these errors were encountered: