What is the best way of periodically fetching data ?

So from what I'm understanding, iOS doesn't do periodic callbacks ? If that's true, does registering a new background fetch every time a background fetch is triggered work in the same way in practice ?

If none of this is possible, then how do apps like RSS feeds readers regularly fetch data ?

Thanks.

Lemme start you out with iOS Background Execution Limits. Read that through and then, if you have follow-up questions, post ’em here.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

What is the best way of periodically fetching data ?
 
 
Q