Page 1 of 1

Phonegap with sample apps in Evothings

Posted: 14:19, 05 Nov 2015
by mzonerz
Hi,

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.

Re: Phonegap with sample apps in Evothings

Posted: 09:50, 11 Dec 2015
by alex
Did you include a link to the cordova.js library in your code? Can you prove a code example?
You have quite some plugins there in the list , I'm not sure you're going to need all of them.

Re: Phonegap with sample apps in Evothings

Posted: 14:43, 11 Dec 2015
by Fredrik
I suspect "cordova-plugin-bluetoothle" and "com.evothings.ble" will conflict with each other. Suggest you pick only one of them.