I have beacon from Kontakt.io. I try to write Android app that show me a notification every time when I go to the beacon area. App must run on background and wake up my app.
I try to use Google Nearby API but no beacon found. Oficial Google sample app also no beacon found. My own app found beacon but not working on background. I try switch between Eddystone and iBeacon profil, but it is still the same. Official app by konkakt.io find beacon. My own app which list beacons in area also works. These applications don´t use Google Nearby, but I can write app with background scanning beacons with Google Nearby . At the beginning I proceeded according to this manual: https://developers.google.com/nearby/messages/android/get-started#step_1_get_google_play_services
Link to Google sample: https://github.com/googlesamples/android-nearby/tree/master/messages/NearbyBackgroundBeacons
In google sample is BackgroundSubscribeIntentService. In MainActivityFragment I set up all and run the servise. But there is no incoming intent to this service. I have no idea what to do. It occurred to me somehow register a beacon to the application but I don´t know how.
I have Oneplus One and Samsung Galaxy S6 with Android 6 and bluetooth 4.
Thank you.