3. Correct, and NSTimer will not work, because none of your code runs once you exit an app.
However, once OS 4.0 comes out, you can use local notifications which should be a lot simpler than the existing push (which have to go through a server). You're probably better off just using those instead of trying to figure out push.
|