Register the First Background Task | raywenderlich.com

Background Tasks framework requires you to register every background task that is required. You do this via identifiers and registering with the framework. You also need to declare these identifiers inside the Info.plist.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/21242372-background-tasks-in-ios/lessons/2

Thank you so mush for the explanation on the topic. I still have one question unanswered: how do you schedule the task to run periodically? Let’s say once an hour. Does it have to be scheduled with time interval? For example if I want the task to start running in the background because of an event like local notification delivery. Thank you in advance