Hi Everyone,
I have an issue related to the background timer.
I want to allow the users to auto disable and enable the background geo-location via presetting the days & time.
The App has an option where the user can select days of the week such as Monday - Sunday
and can set time range from 12AM - 12PM
Let's say the user selects Monday, Wednesday & Friday
The time range selected is 2PM-6PM
I want to run a background timer, that checks if according to user settings should auto enable or disable geo-location updates in the app.
The issue I'm facing right now, the background timer does not work after 30 seconds when the app is in the background.
Because the app's background timer stops working, I'm unable to enable or disable the setting according to users requirement.
Any suggestion to overcome this issue is much appreciated.
I have an issue related to the background timer.
I want to allow the users to auto disable and enable the background geo-location via presetting the days & time.
The App has an option where the user can select days of the week such as Monday - Sunday
and can set time range from 12AM - 12PM
Let's say the user selects Monday, Wednesday & Friday
The time range selected is 2PM-6PM
I want to run a background timer, that checks if according to user settings should auto enable or disable geo-location updates in the app.
The issue I'm facing right now, the background timer does not work after 30 seconds when the app is in the background.
Because the app's background timer stops working, I'm unable to enable or disable the setting according to users requirement.
Any suggestion to overcome this issue is much appreciated.