flutter_workmanager
flutter_workmanager copied to clipboard
Background Task not running untill app came from closed state
I have noticed that background task not running until i open app when it closed completely , is this the default behavior or i did thing wrong? i init work manager in main function then in home screen i call periodic function.
main(){ ///init work manager
}
initState(){ // start background process //background function contains fetch location and HTTP request }
Same issue appearing at my side after update , I think its default behaviour.
Same issue to me.
@Muneeza-PT i think so , OS background task restrictions