Need any example of UILocalNotifications

22,462

Solution 1

You can refer the following link:

http://www.picksourcecode.com/ps/ct/161237.php

http://www.icodeblog.com/2010/07/29/iphone-programming-tutorial-local-notifications/

http://blog.mugunthkumar.com/coding/iphone-tutorial-scheduling-local-notifications-using-a-singleton-class/

http://iphonesdkdev.blogspot.com/2010/04/local-push-notification-sample-code-os.html

Solution 2

THe new URL is : http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/index.html

Differently from APN push notifications , the notification do not change the bagde number.

Solution 3

You can find all you need on

Have a look here for UILocalnNtifications

Be aware that UILocalNotification is not available on iOS 3.0 (seeing that you added iphone-sdk-3.0 to your tags).

Share:
22,462
Ram
Author by

Ram

Software Developer

Updated on April 26, 2020

Comments

  • Ram
    Ram about 4 years

    please Guys i need any tutorial example on UILocalnotifications to display alerts based on start date and End date . Hoping anyone can get me to correct direction thank you :)

  • Ram
    Ram almost 13 years
    hi thanks for the link but i needed some example tutorial
  • Ram
    Ram almost 13 years
    thanks for these links but i needed to display alerts based on start date and end date .