I'm developing small ,app which is reading beacons around the device which is installed a reader app.I went through some samples that comes with evothings workbench everything seems fine and works well.when I deploy it with PhoneGap build and install it to the phone app doesn't read any beacons.My config file has included following PhoneGap plugins.
Code: Select all
<gap:plugin name="com.evothings.ble" version="1.0.0" />
<gap:plugin name="com.unarin.cordova.beacon" version="3.2.1" />
<gap:plugin name="ptdev.makingwaves2.estimotes" version="1.0.1" />
<gap:plugin name="org.apache.cordova.device" version="0.2.12" />
<gap:plugin name="cordova-plugin-bluetoothle" source="npm" />
<gap:plugin name="com.megster.cordova.bluetoothserial" version="0.3.3" />
Please someone can help me out for this, I'm Trying this since 3 days.
Note: There is no issue with app permission.