Xamarin.Android将GCM推送到Azure通知中心

时间:2015-09-15 07:39:48

标签: android azure google-cloud-messaging xamarin.android xamarin.forms

我有一个使用this Xamarin guide为GCM配置的Xamarin.Android应用程序 该应用程序能够以这种方式接收通知。 但是,当我将GCM API密钥放入通知中心并通过Azure发送通知时,它未在应用程序中收到。

该应用程序向GCM注册。我是否需要注册Azure Notification Hub?如果是,怎么样?

1 个答案:

答案 0 :(得分:0)

找到解决方案。我也必须注册Azure通知中心。 如果有人被困,请按照:

https://azure.microsoft.com/en-us/documentation/articles/partner-xamarin-notification-hubs-android-get-started/

或者,按照Xamarin的“Azure Messaging”组件中给出的示例: https://components.xamarin.com/gettingstarted/azure-messaging