Google Cloud Messaging Server Side Code in C#

前端 未结 2 900
南方客
南方客 2021-01-11 09:44

I want to write implement 3rd party server for GCM (Google Cloud Messaging) for android using .Net. The official documentation gives guidelines for using it with servlet-api

相关标签:
2条回答
  • 2021-01-11 09:58

    If you're not keen on rewriting the whole thing, perhaps IKVM.NET will help? It is a Java virtual machine for .NET and has tools for Java-.NET interoperability as well.

    Hope this helps!

    0 讨论(0)
  • 2021-01-11 10:07

    The Google Cloud Messaging Client Library has been ported to C#: https://github.com/Redth/GCMSharp

    The same developer has produced a library for sending server-side push notifications to iOS, Android, Windows Phone, and Blackberry: https://github.com/Redth/PushSharp

    0 讨论(0)
提交回复
热议问题