处理本地通知

发布于 2024-11-15 13:54:33 字数 112 浏览 3 评论 0原文

我想在 iphone sdk 3.0 中处理本地通知。有什么办法可以达到同样的目的吗?我从4.0开始就知道怎么处理了。请建议我如何在 4.0 以下的 sdk 中处理相同的问题,

谢谢, 曼朱纳特

I want to handle the local notifications in iphone sdk 3.0. Is there any way to achieve the same? I know how to handle it from 4.0 onwards. Please suggest me on how to handle the same in the sdk's below 4.0

Thanks,
Manjunath

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

路弥 2024-11-22 13:54:33

UILocalNotifications 是在 iOS 4.0 中引入的,推送通知是在 iOS 3.0 中引入的。如果您想为 iOS 3.* 版本实现通知,您应该转到推送通知

Apple 的本地和推送通知编程指南 可能会帮助您继续前进。

UILocalNotifications are introduced in iOS 4.0 and Push Notifications are introduced in iOS 3.0. If you want to implement notifications for the versions iOS 3.* you should go to Push Notifications.

Apple's Local and Push Notification Programming Guide may help you to move on further.

云淡风轻 2024-11-22 13:54:33

UILocalNotifications 在 4.0 以下的 SDK 中不可用,因此您无法在早期的 iO​​S SDK 中使用它们。

UILocalNotifications are not available in SDK's below 4.0, so you cannot use them in earlier iOS SDK's.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文