Can we call the api periodically(after 2, 3 hr) when app is in background?

I want to call the API when app is in background.
So timer will work in background mode after 2 3 hours.

I want to call the API when app is in background. So timer will work
in background mode after 2 3 hours.

iOS does not have a general-purpose way of running code periodically in the background. What are you planning to do in this code? There may be a special-purpose mechanism that meets your requirements.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
Can we call the api periodically(after 2, 3 hr) when app is in background?
 
 
Q