Search code examples
iphoneiosreminders

Want add reminder in iphone app


I want to add reminder functionality in my iphone app, I came to know that I need to use local notification but I don't want to use it.

So is there any way to fulfill my need ??


Solution

  • If you don't want to use UILocal notification use EKEventStore for adding reminders in iPhone Calendar. You can add your alarm, events etc in iPhone Calendar. But remember it supports only iOS 6.0 or later. you cannot change in iPhone calendar in lower iOS6.0 version

    Follow these links:

    Link-1 Link-2