ios 需要任何 UILocalNotifications 示例
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7429081/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Need any example of UILocalNotifications
提问by Ram
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 :)
请伙计们,我需要任何关于 UILocalnotifications 的教程示例来显示基于开始日期和结束日期的警报。希望任何人都可以让我正确的方向谢谢:)
回答by Nikunj Jadav
You can refer the following link:
您可以参考以下链接:
http://www.picksourcecode.com/ps/ct/161237.php
http://www.picksourcecode.com/ps/ct/161237.php
http://www.icodeblog.com/2010/07/29/iphone-programming-tutorial-local-notifications/
http://www.icodeblog.com/2010/07/29/iphone-programming-tutorial-local-notifications/
http://iphonesdkdev.blogspot.com/2010/04/local-push-notification-sample-code-os.html
http://iphonesdkdev.blogspot.com/2010/04/local-push-notification-sample-code-os.html
回答by rckoenes
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).
请注意 UILocalNotification 在 iOS 3.0 上不可用(看到您将 iphone-sdk-3.0 添加到您的标签)。
回答by willianleite
THe new URL is : http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/index.html
新网址是: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.
与 APN 推送通知不同,通知不会更改 bagde 编号。