如何为Android GCM(Pushnotification)集成Push sharp?
Posted
技术标签:
【中文标题】如何为Android GCM(Pushnotification)集成Push sharp?【英文标题】:How to integrate Push sharp for Android GCM (Pushnotification)? 【发布时间】:2013-03-18 08:55:06 【问题描述】:我指的是这个链接在android中实现push sharp, https://github.com/Redth/PushSharp#monotouch-and-mono-for-android-client-application-integration
但是给定的代码在 .cs 中, 所以请建议如何在android中使用这个库,分享任何关于这个的文档。 提前致谢。
【问题讨论】:
【参考方案1】:嗯,您提供的链接表明该库适用于 MonoTouch 和 Mono for Android。我不熟悉这些,但您不必在客户端使用它们(即使您在服务器中使用 PushSharp)。 您可以简单地使用GCM developer guide 中的代码示例(均使用Java)。
【讨论】:
以上是关于如何为Android GCM(Pushnotification)集成Push sharp?的主要内容,如果未能解决你的问题,请参考以下文章
GCM:如何为 android 和 ios 应用程序使用相同的发件人 ID?
GCM 设备 ID 是不是会过期,如果是,如何为 android 解决这个问题