Closed Jihoon-SHIN closed 5 months ago
JefersonNSoares
thanks but, i already try this. 🥲
When I register a Job that makes an API request every 20 seconds using foreground service and enter the background, it only runs once for the first time.
I think schedule task is not working in the background on android 14.
any luck?
:tada: This issue has been resolved in version 4.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Before android 14 or 13 ,
foregroundService worked well in background, but not work now.
I need to send user's location 4-5 times in a minutes ( every 10~20sec) Is there any good way ?
I had plan to use WorkManager, however workmanager interval minimum value is 15 minutes.
Help me plz.. :(