IIS/.NET 上的黑莓推送服务启动器
我需要从 ASP.NET 应用程序向 Blackberry 设备发送推送通知。最好的方法是什么?有 .NET 库吗?我是否需要自己编译 PAP 请求或类似的内容?
I need to send push notifications to a Blackberry device from my ASP.NET application. What is the best way to do it? Are there any .NET libraries? Do I need to compile a PAP request by myself or something like this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
现在有一个开源 C# BlackBerry Push SDK,可供 ASP.NET 应用程序使用和使用。
该项目托管在 CodePlex 此处上。
There is now an open-source C# BlackBerry Push SDK that can be used and consumed by an ASP.NET application.
The project is hosted on CodePlex here.
如果您不想实现第三方库,那么这段代码对我来说效果很好:
If you don't want to implement a 3rd party library, this code worked quite well for me: