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
what I want to do is to receive a local notification when the users walk into a region and the bluetooth is on but the app is not running on the device. is it possible to trigger the app based on ibeacon detection in android?? if yes, how? is it possible on iOS? what alternative do I have ?
thank you
The text was updated successfully, but these errors were encountered:
veken1199
changed the title
running in the background even if the app is killed
detect iBeacon even if the app is killed
Jun 15, 2016
For android you'll the cordova background mode plugin from katzer to keep the app running in the background.
Update:
You can only detect the ibeacon if you have its uuid, major & minor though, so you cannot search for all beacons. However, you can monitor multiple ibeacons at the same time.
what I want to do is to receive a local notification when the users walk into a region and the bluetooth is on but the app is not running on the device. is it possible to trigger the app based on ibeacon detection in android?? if yes, how? is it possible on iOS? what alternative do I have ?
thank you
The text was updated successfully, but these errors were encountered: