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.
I'm testing your library and first I would like to congrat you for such amazing job!
I could make it work when my app get in background. BackgroundBeaconService is being restarted however it does not "remember" the previous registred regions.
What I did to make it work was to register my regions again. But I think it's not the right way.
Do you have any ideia why I'm facing this. What I did wrong?
Your help will be very appreciated.
The text was updated successfully, but these errors were encountered:
At the minute it doesn't remember the regions so when it restarts the service it doesn't reload the regions and start monitoring/ranging them. Probably explains why I don't seem to be getting much data sent from android to our data server.
I'll have a look at how best to store these, probably within the shared preferences and then register, monitor and range them when the service starts.
Hi Stephen @stephenrob,
I'm testing your library and first I would like to congrat you for such amazing job!
I could make it work when my app get in background. BackgroundBeaconService is being restarted however it does not "remember" the previous registred regions.
What I did to make it work was to register my regions again. But I think it's not the right way.
Do you have any ideia why I'm facing this. What I did wrong?
Your help will be very appreciated.
The text was updated successfully, but these errors were encountered: