GithubHelp home page GithubHelp logo

Comments (4)

tordnilsen avatar tordnilsen commented on September 28, 2024 1

Hi Frank. I'm searching for same answer as you, do you have a solution?

from background-beacon-monitoring.

sathish932 avatar sathish932 commented on September 28, 2024 1

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

from background-beacon-monitoring.

FLTravieso avatar FLTravieso commented on September 28, 2024

Hi, there is a code that help me a lot and worked to me https://ionicallyspeaking.com/2017/01/16/creating-a-beacon-application-with-ionic-2/

I suggest you to check out the ionic's forum you will find to much help.

from background-beacon-monitoring.

Dinesh0405 avatar Dinesh0405 commented on September 28, 2024

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.

from background-beacon-monitoring.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.