Run api when app in background

I have 3 functions to run in series , all have api calls to make but 2nd function has multiple api call and after all api of 2nd function is executed and saved to Core Data then 3rd function is called . Then after 3rd function again all functions are called I want all this to work when app in background . i am currently using begin background task and end background task

It’s hard to respond here because you’ve made a lot of statements but not asked any questions. Please provide more details and then ask a specific question.

Share and Enjoy

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

Run api when app in background
 
 
Q