Setting end date for repeating local notification in iPhone OS4 SDK

Posted by montuno on Stack Overflow See other posts from Stack Overflow or by montuno
Published on 2010-06-12T03:29:37Z Indexed on 2010/06/12 3:32 UTC
Read the original article Hit count: 379

In the iPhone OS4 SDK, does anyone have a suggestion for how I would implement a repeating local notification that ends on a particular date?

Looking at the API documentation, there doesn't appear to be a built-in property of UILocalNotification to allow you to set an end date on a repeat.

Any suggestions would be much appreciated.

Thank you!

© Stack Overflow or respective owner

Related posts about notifications

Related posts about push-notification