Problem when building app (iBeacons)
Posted: 12:05, 08 Jul 2015
Hi, I got some issue when trying to build my app (cordova) to iPhone with the build service from adobe, also with the phonegap serve command.
I do all the steps on the example demo for the iBeacons from Evoexamples of 2015.
1. create cordova-ibeacon com.evothings.cordovaibeacon iBeacon
2. add <preference name="DisallowOverscroll" value="true" /> to config.xml
3. Copy all the files from the example that fits to the www folder
4. cordova plugin add https://github.com/petermetz/cordova-pl ... acon#3.3.0
5. cordova plugin add https://github.com/katzer/cordova-plugi ... ions#0.8.1
6. cordova platform add ios
7. cordova platform add android
The 6,7 steps were avoided on the first attempt and added for the second one.
The issue I'm having is that the plugin for the iBeacons don't work. I can't make any iBeacon monitored or ranged (fisical estimotes). Also I tried before with the estimote plugin and the same issue appears.
I'll leave here the github for the proyect example I'm trying to run. https://github.com/troianoandres/beacons-test-app . This proyect works for the Evothings client/workbench but I really want to know how to build the cordova app without the Evothing client/workbench to get better knowledge of cordova
Thanks in advice
PD: Sorry for my english I'm from Argentina
I do all the steps on the example demo for the iBeacons from Evoexamples of 2015.
1. create cordova-ibeacon com.evothings.cordovaibeacon iBeacon
2. add <preference name="DisallowOverscroll" value="true" /> to config.xml
3. Copy all the files from the example that fits to the www folder
4. cordova plugin add https://github.com/petermetz/cordova-pl ... acon#3.3.0
5. cordova plugin add https://github.com/katzer/cordova-plugi ... ions#0.8.1
6. cordova platform add ios
7. cordova platform add android
The 6,7 steps were avoided on the first attempt and added for the second one.
The issue I'm having is that the plugin for the iBeacons don't work. I can't make any iBeacon monitored or ranged (fisical estimotes). Also I tried before with the estimote plugin and the same issue appears.
I'll leave here the github for the proyect example I'm trying to run. https://github.com/troianoandres/beacons-test-app . This proyect works for the Evothings client/workbench but I really want to know how to build the cordova app without the Evothing client/workbench to get better knowledge of cordova
Thanks in advice
PD: Sorry for my english I'm from Argentina