Need some help to implement 3rd party server for GCM (Google Cloud Messaging) for Android using .Net.
The official documentation gives guidelines for using it using servlet-api and gcm-server.jar ( java helper APIs for server side ).
Is there any equivalent for using it in .Net framework.
Any guideliness that would help to implement GCM using .Net?
The GCM documentation includes the HTTP operations to be performed by the third-party server, including both the structure of requests and the structure of responses. You should be able to perform those HTTP operations from .NET.