推送通知接收和处理
我有两个问题。
我实现了通知,安装在我的手机中,但是当我从提供商发送通知时,我没有收到任何通知。但当我使用另一部手机时,我会收到通知。有没有接收通知的设置?
在我的代码中的何处,我必须实现在单击通知警报上的“查看按钮”时必须运行的代码?
在我的代码中的何处,我必须实现在单击通知警报
I have two problems.
I implement notification, install in my phone but when I send notification from provider, I didn't receive any notification. But when I use another phone I receive notification. Is there any setting for receiving notification?
Where in my code I must implement code that must run when I click on "View button" on notification alert?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1) 一旦安装了接受通知的应用程序,iPhone 首选项中的“Wi-Fi”下方就会出现一个“通知”项目。
2) 除了启动时的标准 APS 注册之外,没有其他任何具体内容。在应用程序的基础上,应用程序可能需要连接到服务器以提供已收到通知且应用程序已运行的反馈。
该应用程序应该使用:
不
1) Once there is an app installed that accepts notifications there will be a "Notifications" item in the iPhone Preferences just under "Wi-Fi".
2) There is nothing specific other than the standard APS registration on startup. On an application basis the app may want to connect to the server to provide feedback that the notification was received and the app was run.
The app should be using:
Not