简体   繁体   English

如何使 APNS 适用于 IBM i (iSeries)?

[英]How can I make APNS work for IBM i (iSeries)?

My company would like me to implement push notifications for an app that is in development.我的公司希望我为正在开发的应用程序实施推送通知。 These notifications would be based off of events occurring on our Iseries (AS/400 ).这些通知将基于发生在我们的 Iseries (AS/400) 上的事件。

I have utilized IBM Web Administration for I to create a HTTP Server and have used Digital Certificate Manager to attach APNS certificates to said server.我使用 IBM Web Administration 创建了一个 HTTP 服务器,并使用数字证书管理器将 APNS 证书附加到所述服务器。

I am also storing device tokens in a database on our AS400.我还将设备令牌存储在我们 AS400 的数据库中。

I am now having a hard time figuring out how to go about creating this 'persistent connection' to APNS with the server I created.我现在很难弄清楚如何使用我创建的服务器创建到 APNS 的“持久连接”。 I have little to no knowledge of server side programming and any help or direction would be GREATLY appreciated.我对服务器端编程知之甚少,任何帮助或指导将不胜感激。

Thanks!谢谢!

I found examples like this one using PHP .使用 PHP找到了这样的例子。 IBM i will run Zend Server, which will give you PHP. IBM i 将运行 Zend Server,它将为您提供 PHP。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM