如何使用苹果推送通知?
我已完成我的应用程序,但我想将推送通知添加到我的应用程序中,我安装了 SSL 证书,还构建了应用程序并获取 ipa 文件... 但我有一个疑问,苹果是如何将通知推送到我的设备的?如何更改 Apple 的警报消息?自定义推送通知消息的代码在哪里编写?是客户端还是服务器端..?
I am completed my App but i want to add push notification into my application, i installed the SSL certificate and also build the app and get the ipa file...
But i have a doubt that is how the apple pushes the Notification to My Device? How to change the Alert Message from Apple? Where the code written to Customize our Push Notification message? Is it Client side Or server side..?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议您先仔细阅读本文,当您遇到问题时,可以在这里询问他们。
推送通知编程指南
您需要推送通知服务器,以便能够向您的应用程序发送推送通知。 推送通知服务器教程
I suggest reading this carefully first and when you run into problems you ask them here.
Push Notifications programming guide
You need a push notification server in order to be able to send push notes to your application. Push notification server tutorial
您应该按照我过去在应用程序中使用Apple推送通知服务的以下步骤在
就这样,
如果您还有其他疑问,请告诉我
谢谢。
You should follow the below steps which I followed in the past to use Apple push notification services in the application
That's it
Let me know if any other queries if you have
Thanks.