Skip to content
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

v11.5.6 beacon scanning issue #1278

Open
devirtua opened this issue Oct 25, 2024 · 1 comment
Open

v11.5.6 beacon scanning issue #1278

devirtua opened this issue Oct 25, 2024 · 1 comment

Comments

@devirtua
Copy link

On the v.11.5.6, for the
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" android:usesPermissionFlags="neverForLocation" tools:targetApi="s" /> permission,
android:usesPermissionFlags="neverForLocation"
flag prevents scanner from finding beacons even though adding
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
permission to main project.

Removing android:usesPermissionFlags="neverForLocation" flag solves the problem.

It took me a full day to resolve the issue.

@lucaswitch
Copy link
Contributor

Thats not a problem with the library itself but a environment configuration problem.
But we'll gonna add that into the docs so nobody suffers with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants