views:

225

answers:

1

Hello All..

In my native iPhone Application, I have a requirement to add a reminder to the user's iPhone Device.

Is it possible to implement this feature using current iPhone SDK ?

Or else is there any other way to implement this feature ?

Thanks in advance...

+1  A: 

You need to use Push notifications. The steps involved in doing this are too lengthy and involved to list in this answer. Familiarize yourself with Apple's documentation. You will need a Push notification server or pay a service to handle the Push Notification server for you (such as iLime)

Ron Gejman
@Ron Gejman : Thanks for your feedback.. Actually my requirement is like that, I want to add alert to the existing iPhone User's Calender on particular date and time. Is it possible to do so ?
Nirmal
See this question, in that case: http://stackoverflow.com/questions/246249/programmatically-add-custom-event-in-the-iphone-calendar
Brad Larson