Hello,
In my app, I have a timer. When the app is in the foreground, everything is good. Timer runs.
When the app goes to background, the timer stops. This is surely the iOS shuts down the app.
I read multiple documents and pages about the background tasks and background task strategies.
However, none of them are able to describe a scenario which is similar to Apple’s Stopwatch or Alarm or Timer.
How can I achieve a similar functionality?
Thanks.
1
0
1.2k