You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
Download the plugin into your project then create package.json using
go to the folderpath then type
plugman createpackagejson .
after that you will be able to add this plugin
cordova plugin add path of your project
After that you will be able to see it cordova plugins
After import statements write this line
declare var BackgroundBeaconMonitoring:any;
platform.ready().then(() => {
BackgroundBeaconMonitoring.requestPermissions(
function() {
console.log("we got permissions");
},
function() {
console.log("we don't got permissions");
});
});
remember one thing after platform ready then only plugin will be accessible.
I hope this helps
Hi, The link is Fine But This plugin is useful you for keeping your Application alive in the background so use this plugin if you want to run your service Alive even App closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi.
Is it possible use this plugin with ionic 2? If it is possible how can i add it to my project and use it?
Thanks.
The text was updated successfully, but these errors were encountered: