Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need any example of UILocalNotifications [closed]

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 :)

like image 337
Ram Avatar asked Sep 15 '11 10:09

Ram


People also ask

Can you send local notifications while app is in background?

Notifications could be created at any moment (on Foreground, Background or even when the application is terminated/killed).

How many local notifications can be scheduled IOS?

As you are already aware, you can schedule maximum of 64 notifications per app. If you add more than that, the system will keep the soonest firing 64 notifications and will discard the other.

What is local notification in Swift?

Use local notifications to get the user's attention. You can display an alert, play a sound, or badge your app's icon. For example, a background app could ask the system to display an alert when your app finishes a particular task. Always use local notifications to convey important information that the user wants.


1 Answers

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

like image 173
Nikunj Jadav Avatar answered Sep 21 '22 02:09

Nikunj Jadav