Is there a simple way to initiate push messages to RIM's "Blackberry Push Service" from .NET? The documentation only discusses using the Java SDK. I'm not familiar with how to interop with Java from .NET (and I can't find any documentation on the raw webservices), so if anyone has any guidance or experience to share it would help a lot.
Asked
Active
Viewed 1,600 times
1
-
See this post : http://stackoverflow.com/questions/2945004/blackberry-push-notifications-is-tomcat-mysql-really-needed/2945043#2945043 – Michael B. Jun 19 '10 at 14:13
-
Yeah, I saw that post, it seems to be alluding to interfacing with the raw webservices, which isn't documented anywhere that I can find. – JeremyWeir Jun 20 '10 at 04:35
2 Answers
1
Check out these links to the BB Developer Forum for further information regarding .NET development.
A thread containing some code samples for C# .NET
Sample applications demonstrating BlackBerry push technology
There is also a Blackberry Web Plug-In for Visual Studio 2008 which can be found here

codingbadger
- 42,678
- 13
- 95
- 110
0
The RIM Java-based push SDK has been ported to C# and is hosted - open source - on the CodePlex web-site here.

Demented Devil
- 146
- 4