refresh auth tokens in background iOS

Greetings, does anyone know if can I use background capabilities to refresh auth token safely without be aware of the OS kill this task?

Is there any Apple Oficial recommended flow to handle that?

thanks

Answered by DTS Engineer in 811699022

Lemme start by pointing you at iOS Background Execution Limits. Please read that and then post back here if you have follow-up questions.

Share and Enjoy

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

Lemme start by pointing you at iOS Background Execution Limits. Please read that and then post back here if you have follow-up questions.

Share and Enjoy

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

refresh auth tokens in background iOS
 
 
Q