Search code examples
iosobjective-cnotificationsuilocalnotificationnscalendar

UILocalNotification end date


I wonder if it's possible to set end date for UILocalNotification?

I want my notification to fire everyday (NSDayCalendarUnit) but I have end date which I cannot cross (deadline) e.g. I'm taking a photo of my growing mustache everyday for one year period and after a year notifications won't be displayed.

I hope you got my point of view...


Solution

  • There is not such option in UILocalNotification as you can read in the documentation.

    Your only option is to check wether the year is over when every the user starts the app.