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
This is probably the best documented beacon plugin I've found on the net so far.
What I am looking for, when a device's bluetooth is turned on, to look for an array of beacons in the background. When a beacon is found, start the app in the background for a few seconds to perform a task and then stop the app again, doing so for every "entry" and "exit" event that occurs.
Does your plugin support that or do one need to use a combination of plugins to perform a task like that? E.g. when a user closes the app, does background beacon scanning terminate if you don't explicitly call the stop scanning method in your code?
The text was updated successfully, but these errors were encountered:
This is probably the best documented beacon plugin I've found on the net so far.
What I am looking for, when a device's bluetooth is turned on, to look for an array of beacons in the background. When a beacon is found, start the app in the background for a few seconds to perform a task and then stop the app again, doing so for every "entry" and "exit" event that occurs.
Does your plugin support that or do one need to use a combination of plugins to perform a task like that? E.g. when a user closes the app, does background beacon scanning terminate if you don't explicitly call the stop scanning method in your code?
The text was updated successfully, but these errors were encountered: