Search found 4 matches
- 11:37, 16 Mar 2015
- Forum: Questions and answers
- Topic: bluetooth in apk-file
- Replies: 6
- Views: 31183
Re: bluetooth in apk-file
Hi, I fixed the problem. The problem was indeed the code of the relaxation app that was outdated. I changed the following lines: var delegate = locationManager.delegate.implement( { didDetermineStateForRegion: function(pluginResult) { //console.log('didDetermineStateForRegion: ' + JSON.stringify(plu...
- 09:49, 16 Mar 2015
- Forum: Questions and answers
- Topic: bluetooth in apk-file
- Replies: 6
- Views: 31183
Re: bluetooth in apk-file
Hi brasay, I will make a test and build a stand-alone app and see how it works. For iBeacon access the only plugin needed should be com.unarin.cordova.beacon. Let me get back tomorrow or so. Best, Mikael Hi, I've tried to package the ibeacon-scan application by using cordova with the com.unarin.cor...
- 12:02, 14 Mar 2015
- Forum: Questions and answers
- Topic: bluetooth in apk-file
- Replies: 6
- Views: 31183
Re: bluetooth in apk-file
Hi! Did you add the plugin to your Cordova projekt beror buildning, using the Cordova CLI? $ cordova plugin add https://github.com/evothings/cordova-ble.git Yes, I tried making the apk by also adding the plugin you said, but still nothing happens when I launch the app. I'm using cordova 4.2.0, coul...
- 13:33, 13 Mar 2015
- Forum: Questions and answers
- Topic: bluetooth in apk-file
- Replies: 6
- Views: 31183
bluetooth in apk-file
Hi, I have tested the relaxation application with the suggested cordova plugin by using the evothings workbench, and when the app is launched from the workbench it works perfectly fine. Today I tried to package that application in an apk-file by using cordova. When I install the app it asks for the ...