Xamarin 表单无法在 UWP 项目中安装 NotificationHub Nuget
Xamarin forms failing ti install NotificationHub Nuget in UWP project
尝试这个:https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-xamarin-forms-get-started-push,使用 VS 2017 便携式 Xamarin Forms 项目。除了 UWP,所有其他项目包括 IOS 、 Android 和 Portable library 都安装了 Notificaiton nuget 包。在 UWP 中,它总是失败并显示以下错误消息。感谢您的帮助。
Package Microsoft.Azure.NotificationHubs 1.0.9 与 uap10.0.10240 (UAP,Version=v10.0.10240) / win10-x86-aot 不兼容。包 Microsoft.Azure.NotificationHubs 1.0.9 支持:net45 (.NETFramework,Version=v4.5)
截至 2016 年 7 月,Notification Hubs SDK
不适用于 UWP
。产品团队知道它并正在努力提供它。
目前,有一种解决方法:
- 使用
WindowsAzure.Messaging.Managed
Nuget 包,如 Getting started with Notification Hubs for Windows Universal Platform Apps 中所述
某些集线器 SDK 是 open sourced。但是,不幸的是,目前还没有 Windows 个。
尝试这个:https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-xamarin-forms-get-started-push,使用 VS 2017 便携式 Xamarin Forms 项目。除了 UWP,所有其他项目包括 IOS 、 Android 和 Portable library 都安装了 Notificaiton nuget 包。在 UWP 中,它总是失败并显示以下错误消息。感谢您的帮助。
Package Microsoft.Azure.NotificationHubs 1.0.9 与 uap10.0.10240 (UAP,Version=v10.0.10240) / win10-x86-aot 不兼容。包 Microsoft.Azure.NotificationHubs 1.0.9 支持:net45 (.NETFramework,Version=v4.5)
截至 2016 年 7 月,Notification Hubs SDK
不适用于 UWP
。产品团队知道它并正在努力提供它。
目前,有一种解决方法:
- 使用
WindowsAzure.Messaging.Managed
Nuget 包,如 Getting started with Notification Hubs for Windows Universal Platform Apps 中所述
某些集线器 SDK 是 open sourced。但是,不幸的是,目前还没有 Windows 个。