Posts

Post not yet marked as solved
4 Replies
0 Views
Then the cancel(taskRequestWithIdentifier:) method needs to be called every time the OS tries to execute the background task which has already fulfilled its purpose, right?
Post not yet marked as solved
4 Replies
0 Views
I'm using BGAppRefreshTaskRequest to call an API once the user device has regained network connectivity. Only if the API call is completed successfully I don't want to schedule/trigger any more background tasks.