-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Unable to startPearDiscovery - Android 10 #101
Comments
Hello 👋 From the logs: WifiPermissionsUtil: UID 10413 has no location permission I think you need to grant permissions properly 🤔 |
I gave it BTW @kirillzyusko |
@BRAVO68WEB but according to logs the service doesn't have a permission and because of that it can not be started 🤷♂️ |
But my ACCESS_FINE_LOCATION says granted |
@BRAVO68WEB my expectation is that |
Any hints what and where to check? My background in not from Android but Web and DevOps |
@BRAVO68WEB try to grant proper location permission. Can't give more exact direction - I don't have real Android 10 device.The only one way here is trial and error. Maybe try to use |
Env
Device Name: POCO F1
Android Version: 10
React Native Version: 0.74.2
Issue
I am not able to start peer discovery on Andorid 10. It is working on Android 13+
Code sample
Looks like ACCESS_COARSE_LOCATION and ACCESS_BACKGROUND_LOCATION is granted, but others are never_ask_again
Adb Logcat
logcat.log
The text was updated successfully, but these errors were encountered: