iPhone 设置和 UILocalNotification
我是 iPhone 编码新手,我希望这是一个简单的问题。我有一个使用 UILocalNotification 的简单应用程序。我无法找到一种方法让该应用程序显示在手机的通知设置区域中。当它确实出现时,我不知道如何检索此信息。我正在研究 registerForRemoteNotificationTypes 但我很确定这是用于推送通知的...... 请帮忙!
谢谢
I am new to coding on the iPhone and I have what I hope is a simple question. I have a simple app that is using UILocalNotification. I can't manage to find a way for the app to show up in the notification setting area of the phone. And when it does show up I am not user how to retrieve this information. I was looking into registerForRemoteNotificationTypes but I am pretty sure that's for push notification...
PLEASE HELP!
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我很确定其中的任何应用程序都已注册远程通知。本地通知由应用程序设置和接收,因此不需要将它们放在该部分中。
I'm pretty sure any app in there has registered for remote notifications. Local notifications are set and received by the app, therefore no need for them to be in that section.