Hi,
I'm trying to develop an iOS mobile hybrid app with cordova, estimote beacons and ibeacons plugin; so the app is working fine in background and in foreground when I start it manually, but it stops working when it is killed.
Is it possibile for a hybrid app to be woken up by iOS when it is in the beacon range even if the user previously killed the app or rebooted the device?
I know this is something achievable writing the app natively, but is there any way to do so with a cordova plugin?
[Estimote Beacons] iOS notifications
Re: [Estimote Beacons] iOS notifications
Hi, yes this is possible using the Cordova local notification plugin.
Here is a tutorial that may be of help, it mentions the use of the notification plugin:
https://evothings.com/hands-on-guide-to ... g-cordova/
Note that this plugin is currently not supporting Cordova 5. There is a fork that supports Cordova 5 here:
https://github.com/evothings/cordova-pl ... ngs-master
Add the plugin to your Cordova project like this:
Best regards, Mikael
Here is a tutorial that may be of help, it mentions the use of the notification plugin:
https://evothings.com/hands-on-guide-to ... g-cordova/
Note that this plugin is currently not supporting Cordova 5. There is a fork that supports Cordova 5 here:
https://github.com/evothings/cordova-pl ... ngs-master
Add the plugin to your Cordova project like this:
Code: Select all
cordova plugin add https://github.com/evothings/cordova-plugin-local-notifications/tree/evothings-master
Best regards, Mikael
Who is online
Users browsing this forum: No registered users and 59 guests