ColdFusion 的 APNS 包装?
ColdFusion 是否有 APNS(Apple 推送通知服务)包装器?
或者这个 Java 的可以工作吗?
Java:http://code.google.com/p/javapns/
PHP:< a href="http://code.google.com/p/apns-php/" rel="nofollow noreferrer">http://code.google.com/p/apns-php/
如果没有存在,我们应该在 riaforge / github / google code 上启动一个开源项目吗?从 PHP 移植?
Is there any APNS (Apple Push Notification Service) wrapper for ColdFusion?
Or does this Java one work?
Java: http://code.google.com/p/javapns/
PHP: http://code.google.com/p/apns-php/
If not existed, shall we start a open source project on riaforge / github / google code? port from PHP's?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
CF 6+ 通过 CreateObject()。这可能比重写 PHP 代码简单得多。您可以使用链接到的 Java 对象,也可以使用 @Sam Farmer 链接到的 Java 对象(带有说明)。
CF 6+ provides access to Java objects through CreateObject(). This would likely be much simpler than rewriting the PHP code. You could either use the Java objects you linked to, or the ones (with instructions) that @Sam Farmer linked to.
我为 APNS 和 GCM 创建了一个包装器: https://github.com/RickGroenewegen/pusher
I've created a wrapper for both APNS and GCM: https://github.com/RickGroenewegen/pusher