yi_166450224
yi_166450224
关注数: 21
粉丝数: 1
发帖数: 30
关注贴吧数: 5
使用APNS PHP,需要转换证书(cer to pem、p12 to pem、合并pem) 1.下载下来你配置好的推送证书aps_production.cer 文件。 2.转换 .cer 文件到 .pem 文件: openssl x509 -in aps_production.cer -inform der -out push_chat_cert.pem 3.在把你“钥匙”推送证书导出成的.p12到.pem文件: openssl pkcs12 -nocerts -in push_chat_key.p12 -out push_chat_key.pem 4.合并两个pem文件:cat push_chat_cert.pem push_chat_key.pem > pro.pem 5.测试证书是否可用: openssl s_client -connect gateway.sandbox.push.apple.com:2195 -cert push_chat_cert.pem -key push_chat_key.pem
推送通知开源服务器 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2FPushSharp&urlrefer=67af6fcb35452302d783d8d5622351f0 (github) PushSharp是一个实现了由服务器端向移动客户端推送消息的开源C#库,支持 iOS (iPhone/iPad APNS)、 Android (C2DM/GCM - Google Cloud Message)、Windows Phone、Windows 8、Blackberry (BIS and BES via PAP)以及Amazon (ADM)设备,未来还将支持Firefox OS。PushSharp的API可以流畅地位不同平台创建消息,自适应消息频道,兼容ono框架等。教程:[url]http://如何配置和使用PushSharp发送推送通知[/url]
不使用ANE在AIR IOS应用中实现消息推送 这是http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2FAIR&urlrefer=a0ddb44719630d306e61dcc656410ef63.4+版本中的功能,Adobe进一步封装了底层调用,使开发者在http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2FAS3&urlrefer=eceb67f7e9ff2184569795533a5f1534中便可以接收消息推送了,不再需要ANE。 官方教程:http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fhelp.adobe.com%2Fzh_CN%2Fair%2Fbuild%2FWSd6d4f896b3a8801b7be2f55d138e29d5e40-8000.html&urlrefer=a26f08215605990ae95d52f6a198cd73
Starling位图字体工具收集 工具一: http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.1ywan.com%2Ftools%2Flittera.swf&urlrefer=c0939767b118c8fc534fbdefad6e6b89
AIR开发游戏,闪退的原因收集(包括Starling、Feather) 发布规则: 1、要把相关的信息写详细,如 AIR SDK版本、Starling版本、Feather版本、平台(IOS、Android)、打包方式(如IOS AOT打包方式)等。 2、必要时可贴代码或添加截图。
1
下一页