gpt4 book ai didi

android - 在第 4 步将 firebase 添加到 firebase 控制台中的应用程序停止

转载 作者:行者123 更新时间:2023-12-04 17:42:04 26 4
gpt4 key购买 nike

我已按照以下步骤将 firebase 添加到我们的 xamarin(表单)应用程序:https://learn.microsoft.com/en-us/xamarin/android/data-cloud/google-messaging/remote-notifications-with-fcm?tabs=windows .

我已经通过 postman 对此进行了测试,通过向 https://fcm.googleapis.com/fcm/send 发送通知,通知工作正常

问题是关于 firebase 控制台的。将 firebase 添加到应用程序项目时,它会在第 4 步停止:“运行您的应用程序以验证安装”,即使我已经多次运行该应用程序并通过 http 测试了通知。知道为什么或我需要做什么才能让它工作吗?

最佳答案

对于仍然需要了解如何在 Xamarin.Forms 中完成 Firebase SDK 验证的每个人,您所要做的就是:

  1. 添加 Xamarin Firebase Core NuGet 的平台特定实现
  2. 在每个平台中初始化 Firebase SDK。例如,在 iOS 中:
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
// ...

Firebase.Core.App.Configure();

return base.FinishedLaunching(app, options);
}
  1. 在模拟器或实际设备上启动您的应用程序。

关于android - 在第 4 步将 firebase 添加到 firebase 控制台中的应用程序停止,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54041436/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com