-
Notifications
You must be signed in to change notification settings - Fork 15
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
No beacon found on Android 9 (Nokia 6.1+) #8
Comments
Hi @wolfag, I realized that bluetooth requires location permission and that in order to discover devices you need the bluetooth admin permission. I have gone ahead and commited changes that should fix this in master. It seems to work fine on my side. Can you test it before I got ahead and close this and publish a new version. You'll need to add this to your AndroidManifest.xml file:
Thank you! |
I will notify you after testing. Thank you! |
Hi @nicholasc ,
Please help me. |
Hey @wolfag, I'm afraid I cannot be much help debugging this since the error you are getting does not seem to be related to the Eddystone library and I do not possess a Nokia 6.1+. If you google Hope that helps! |
Hello. I bumped into the same problem on Android 10 (Pixel 3a). These are the steps I took:
I didn't see the error in #8 (comment) so that might be caused by other issues. |
Oh, but it works on another demo app I made previously. Apparently that demo app was explicitly forbidden to use Location, maybe some time ago. Once I changed its Location permission it starts working. |
Hi! I added permissions in manifest but still can't scan beacons. Is there anything else I must do? |
Ensure that your AndroidManifest.xml has the following permissions
If your phone is running Android 10, the |
Thanks for the response @gaurav-naik . I have that in android manifest, but I don't can't get any result on scan. If I download compileSdkVersion to 28 it works perfect, but with 29 or 30 doesn't. Any help? |
Same issue here. No beacons showing in the logs. |
I solved the problem! |
I used another phone to broacast beacon signal (Beacon Simulator). And use your example code to catch. But nothing appear on log. Please help me.
The example repo here: https://github.com/wolfag/demo_beacon
Thanks
The text was updated successfully, but these errors were encountered: