APNS wrapper for ColdFusion?
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 开发者_C百科code? port from PHP's?
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.
I've created a wrapper for both APNS and GCM: https://github.com/RickGroenewegen/pusher
精彩评论