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

Android 14 didDetermineStateForRegion no beacon is detected or scanned #1192

Open
hornyd opened this issue May 1, 2024 · 0 comments
Open

Comments

@hornyd
Copy link

hornyd commented May 1, 2024

Expected behavior

The beacons should be detected and read the content.

Actual behavior

job runs but it does not detect any ibeacons

public void didRangeBeaconsInRegion(Collection beacons, Region region) {
//Log.d(TAG,"Running beacon search now.");
Log.d(TAG, "didRangeBeaconsInRegion called with beacon count: " + beacons.size() + "|" + region.getUniqueId());

the beacons.size() is always 0. While running exactly the same under any lower android, I am getting values. Permissions are set.

Steps to reproduce this behavior

Using latest Altbeacon library and running the same app from Android 10, 11, 12 under android 14.

Mobile device model and OS version

Android 14 (OPPO phone)

Android Beacon Library version

implementation 'org.altbeacon:android-beacon-library:2.20.4'

IMPORTANT: This forum is reserved for feature requests or reproducible bugs with the library itself. If you need help with using the library with your project, please open a new question on StackOverflow.com.

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

1 participant