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.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
To update DB content you don't need app in builder.You can invoke necessary services from exported app.
Hi Lance, did you get this working? I'm about to try the same thing and would love some pointers.
Hello David!
If you have any questions, please, do not hesitate to ask us.
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.
My project GUID is 23d8de53-b660-4606-a629-9362b2440263 if you need to check anything.
Hi David,
Where do you get this error, when running on device? Are there any errors in Weinre? http://devcenter.appery.io/documentat...
Did anybody get this working?
Hi Mike,
We still not have such implementation/tutorial about this service.
Regards.
Hi Mike,
Thanks for this sharing.
Regards.