I am developing one application which has to perform some network operation time to time. I am not using push notifications. I am using BGTaskScheduler to perform some background operations but it does not seem to be working consistently all the time. I got BGTask callback on 30 minutes, sometimes on 9 minutes and sometimes even not at all.
When user force kill the app does BGTaskScheduler work?
Doesn’t it work when battery power is low?
Can someone provide enough informations when it does or does not work.