iPhone 推送通知的服务器设置
我对整个推送通知这件事很陌生,想知道是否有人可以引导我完成一个简单的应用程序的启动和运行过程。我目前租用一台服务器来为我的网站提供运行 cPanel X 的服务。
我将如何设置该服务?我需要在服务器上安装什么软件?如何将代码上传到服务器?
抱歉,如果这些问题真的很愚蠢——我并不是真正的网络开发人员。
提前致谢!
I'm new to the whole push notifications thing, and was wondering if somebody could walk me through the process of getting a simple application up and running. I currently rent a server that I use to serve my website that runs cPanel X.
How would I go about setting up the service? What software do I need to install on the server? How do I upload code to the server?
Sorry if these are really dumb questions - I'm not really a web developer.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会去 Apple 开发者论坛。他们对此有很多问题和答案。对于我的应用程序,我使用名为 apn_on_rails 的 Ruby On Rails 插件,但这可能不是一个选项你在一个带有某种管理 GUI 的共享主机上。你的共享主机可能运行 php,所以我会寻找 php 实现。
I would go to the Apple Developer Forums. They have many questions and answers regarding this. For my apps, I use a Ruby On Rails plugin called apn_on_rails, but this is probably not an option for you on a shared host with some sort of admin gui. Your shared host probably runs php so I would look for a php implementation.