【发布时间】:2019-08-05 01:07:04
【问题描述】:
我想在我的 Xamarin 应用程序中使用推送通知。 我使用了以下命名空间
using Microsoft.AppCenter;
using Microsoft.AppCenter.Push;
但我收到以下错误
未找到与 RestoreAssemblyResources AssemblyName 匹配的引用 元数据“Xamarin.Firebase.Messaging”FirePush.Android。
如果我添加 nuget 包 Xamarin.Firebase.Messaging,问题仍然存在。
【问题讨论】:
标签: c# firebase xamarin xamarin.forms push