Hello all,
We are looking for a way to timeout an iPhone application, and have tried several methods:
NSTimer that resets after an action LocalNotification that resets after an action
Both are close, but suffer from unique issues:
NSTimer: When the phone sleeps, the timer will not fire LocalNotification: When the app is in the background, the notification is displayed, we don't have a way to have the application have to receive the notification.
Asking the group if this sounds correct, or if there is maybe some point above that I am missing that would allow this to work.
Thanks in advance!