Does anyone know how 3rd-party timer apps usually work?
You can’t just create and kick off a 10min Timer object, for example, because your app will get suspended in the background.
So I guess folks are just using background tasks to keep the Timer alive, and then fire off a local notification?
@jsq you can schedule local notifications; no need to keep the app running
@jsq never done a timer proper but lots of precise timing things when the app may background work more or less as expected with judicious push notifications