My app asks the user to fill in and save a form locally. I want him to be reminded 48 hrs after the app has been closed that he has a pending form. Is push notification the only way out? Does it cost money to use a provisioning service?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

iPhone OS 4 adds timer-based alerting for apps that aren't running. See here for a brief description. I'm guessing this means that push notifications are your only option prior to version 4.

link|improve this answer
Thanks ... that makes it clear. – user315067 May 2 '10 at 11:04
Care to tick it as the accepted answer? (I'm shooting for 10k rep today! :-) – Marcelo Cantos May 2 '10 at 11:15
1  
done ... it indeed was very helpful :) – user315067 May 2 '10 at 11:50
Thanks a million; that got me over the line! :-) :-) :-) – Marcelo Cantos May 2 '10 at 12:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.