JPush (极光推送) For Xamarin.Android
生活随笔
收集整理的这篇文章主要介绍了
JPush (极光推送) For Xamarin.Android
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
http://www.cnblogs.com/xling/p/JPush-for-Xamarin-Android.html
官方教程上讲的是 GCM (Google Cloud Messaging) , 不过 GFW 是 GCM 过不去的坎.
极光推送 JPush 是国内的一个不错的替代方案.
JPush 提供的 API 易于理解, 使用也很简单, 但是要使用于 Xamarin 还是要费些周章: 要转制成 Binding Library.
JPush 提供了一篇转制的示例:
http://smilehyh.blog.163.com/blog/static/123343886201362110857402/
源码: https://github.com/gruan01/Xamarin-Example/tree/master/Notification
转载于:https://www.cnblogs.com/mayiguodu/p/6396285.html
总结
以上是生活随笔为你收集整理的JPush (极光推送) For Xamarin.Android的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: form 的使用
- 下一篇: Android Json解析与总结