How to implement a reminder application ,just a clarification ?

Posted by hib on Stack Overflow See other posts from Stack Overflow or by hib
Published on 2010-04-08T09:25:18Z Indexed on 2010/04/08 9:43 UTC
Read the original article Hit count: 307

Hello all,

I know that the reminder application should display a badge or sound or kind of alert to the user .

The only doubt I want to clear from you guys is , should I display the badge in some manual coding fashion (like [[uiapplication sharedApplication] setBadgeNumber:2])or I have to use Apple push notification service and push the notification from a provider server ???????

I just want to know to implement the reminder application in correct way . Also any links to tutorials or examples would be appreciable .

Thanks ,

© Stack Overflow or respective owner

Related posts about iphone

Related posts about reminders