找不到引用的组件 'Xamarin.Azure.NotificationHubs.Android'
The referenced component 'Xamarin.Azure.NotificationHubs.Android' could not be found
我正在尝试为 android
实施通知
我关注Get started with Notification Hubs with Xamarin for Android
在我到达终点之前我收到了这个错误,因为我注意到 using WindowsAzure.Messaging;
给我这个错误。
所以我试图在无法安装的 NuGet 包中寻找 WindowsAzure.Messaging
现在我坚持执行通知。
一些帮助!
我正在尝试为 android
实施通知我关注Get started with Notification Hubs with Xamarin for Android
在我到达终点之前我收到了这个错误,因为我注意到 using WindowsAzure.Messaging;
给我这个错误。
所以我试图在无法安装的 NuGet 包中寻找 WindowsAzure.Messaging
现在我坚持执行通知。
一些帮助!