0

What is the recommended way to implement a reminder functionality, which would survive the app being in an inactive state, and would wake it up at a predetermined time?

Using NSTimer seems to be OK in the foreground, but the user should be able to set a reminder, close the app, and do something else.

How is this done?

jscs
  • 63,694
  • 13
  • 151
  • 195
Eugene Goldberg
  • 14,286
  • 20
  • 94
  • 167