Reputation: 1301
Using Apple's EventKit.framework, the notifications can only come from Calendars app and Reminders app. Any way to make my own notifications but use Apple's calendar database? I mean that the notification would come from my own app... Thanks
Upvotes: 0
Views: 725
Reputation: 11588
You may be able to register the event in the built-in Calendar database using EventKit, but use iOS Local Notifications to actually schedule the notification so that it will originate from your app.
But beyond that, there is no way to set your app to open when a standard EventKit-stored event notification is shown.
Upvotes: 2