2016-11-30 82 views

回答

0

我相信你指的是Google Cloud Messaging。見https://developers.google.com/cloud-messaging/

下面是使用上Xamarin.Android推送通知的演練: https://developer.xamarin.com/guides/android/application_fundamentals/notifications/remote_notifications_in_android/

要獲得GCM通知iOS上看一看: https://www.nuget.org/packages/Xamarin.Google.iOS.GoogleCloudMessaging

爲了讓跨平臺推送通知,你可以看看在PushSharp: https://github.com/Redth/PushSharp http://redth.codes/pushsharp-3-0-the-push-awakens/

祝你好運!