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 ,