You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran a test app [https://github.com/davidgyoung/android-beacon-library-reference-kotlin] - scanning beacon Eddystone. The app works fine in the foreground, the notification was displayed that it found the beacon in the nearby, but when I tried a similar steps in the background, the notification was not displayed. test on android 12, 13 was successful and without problems,
do you know what could be wrong, thx
Did you really use the library version from this commit? 8cd351f
That library code is from 7 years before Android 14 was released so there is no way it will work to detect beacons in the background on Android 14. You must use a much newer library version. The latest is 2.21.0-beta3 which has specific fixes for Android 14.
Expected behavior
notification is triggered
Actual behavior
notification not triggered when beacon is found
Steps to reproduce this behavior
I ran a test app [https://github.com/davidgyoung/android-beacon-library-reference-kotlin] - scanning beacon Eddystone. The app works fine in the foreground, the notification was displayed that it found the beacon in the nearby, but when I tried a similar steps in the background, the notification was not displayed. test on android 12, 13 was successful and without problems,
do you know what could be wrong, thx
Mobile device model and OS version
test device: galaxy a14, android 14
Android Beacon Library version
8cd351f
2.0-beta.6-624-g8cd351f
The text was updated successfully, but these errors were encountered: