Listening Ibeacons Even If The App Is Closed
I was wondering if it is possible to listen ibeacons even if the app that have the implementation (code to interact over BLE - ibeacons) is closed. Is it possible? Can i write a co
Solution 1:
Yes, the Android Beacon Library is designed to do exactly this. It automatically launches a background beacon scanner service on various system events, and can then start your app's Activities based on beacon detections.
See here for details: http://altbeacon.github.io/android-beacon-library/background_launching.html
Post a Comment for "Listening Ibeacons Even If The App Is Closed"