I am trying to make a hybrid app which will transmit as beacon, I am using https://github.com/petermetz/cordova-plugin-ibeacon plugin but transmission works only for iOS, for android I need to add Android Beacon Library to cordova project. I have never added any android library before. How can I add this library to my cordova project:http://altbeacon.github.io/android-beacon-library/samples.html
Asked
Active
Viewed 207 times
0
-
The second link refers to Native android and not Cordova Library. But first plugin says it supports both IOS and Android – Sreehari May 26 '17 at 11:44
-
advertising device as an iBeacon (iOS only, not yet for Android) – Atul Verma May 26 '17 at 11:56