I have an app that do recursive calls to a API after every min or so it is working fine while app is active but not working when it is in background.
I tested the same app on android and even in the background it work fine, but on iOS it stop calling the API.
Am I missing something or what should I do to resolve it?
Any quick help please?