Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

reception of an iBeacon signal (=event) ?

To update DB content you don't need app in builder.You can invoke necessary services from exported app.

DavidHeacock
Posts: 0
Joined: Sun Jun 29, 2014 5:33 am

reception of an iBeacon signal (=event) ?

Hi Lance, did you get this working? I'm about to try the same thing and would love some pointers.

obullei
Posts: 0
Joined: Thu Jun 05, 2014 12:17 am

reception of an iBeacon signal (=event) ?

Hello David!

If you have any questions, please, do not hesitate to ask us.

DavidHeacock
Posts: 0
Joined: Sun Jun 29, 2014 5:33 am

reception of an iBeacon signal (=event) ?

OK, I can't work out what I'm doing wrong here:

I downloaded the plugin from https://github.com/kdzwinel/phonegap-....

I added the EstimoteBeacons.js to the project. It used a module loading function called 'require', so I used a JS library called 'require.js' and added that to the project too in the javascript folder.

I added the plugin details to cordova_plugins.js:

{
"file": "plugins/pl.makingwaves.estimotebeacons/www/EstimoteBeacons.js",
"id": "pl.makingwaves.estimotebeacons",
"clobbers": ["EstimoteBeacons"]
}];

I copied the plugin files (.h, .m and .a files) to IOS/[project name]/[project name]/CordovaLibPlugins/pl.makingwaves.estimotebeacons/

I copied the plugin javascript file to IOS/[project name]/[project name]/Resources/www/project/files/resources/lib/plugins/pl.makingwaves.estimotebeacons/www/EstimoteBeacons.js

I added the following XML code to the config.xml file:

Code: Select all

   param name="ios-package" value="EstimoteBeacons"  

I followed the instructions here (https://getsatisfaction.com/apperyio/...) but still can.t get things running. The script is throwing an error trying to define cordova.

Image

My project GUID is 23d8de53-b660-4606-a629-9362b2440263 if you need to check anything.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

reception of an iBeacon signal (=event) ?

Hi David,

Where do you get this error, when running on device? Are there any errors in Weinre? http://devcenter.appery.io/documentat...

abigdreamer
Posts: 0
Joined: Fri Jul 12, 2013 7:20 pm

reception of an iBeacon signal (=event) ?

Did anybody get this working?

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

reception of an iBeacon signal (=event) ?

Hi Mike,

We still not have such implementation/tutorial about this service.

Regards.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

reception of an iBeacon signal (=event) ?

Hi Mike,

Thanks for this sharing.

Regards.

Return to “Issues”