Search code examples
.netasp.netblackberrypush-notificationblackberry-push

Blackberry Push Service Initiator on IIS/.NET


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?


Solution

  • 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.