如何实现推送通知 firebase xamarin.ios c#
How implement Push Notifications firebase xamarin.ios c#
我正在开发一个应用程序,它可以在 iPhone 到 xamarin.ios 上使用 firebase 后端。我想要 Push Notifications FCM Firebase,但我不能,我想要 AppDelegate.cs
中的代码
要在 C# 中使用 xamarin.ios 实现推送通知 firebase,您可以尝试使用 Xamarin.Firebase.iOS.CloudMessaging。
那里有关于setting-up-a-firebase-cloud-messaging-client-app-on-ios的详细步骤。
AppDelegate
和 Sample project
中的代码示例也可用。
另外,here 是关于在 iOS 应用程序中创建推送通知证书和设置的文档。
我正在开发一个应用程序,它可以在 iPhone 到 xamarin.ios 上使用 firebase 后端。我想要 Push Notifications FCM Firebase,但我不能,我想要 AppDelegate.cs
中的代码要在 C# 中使用 xamarin.ios 实现推送通知 firebase,您可以尝试使用 Xamarin.Firebase.iOS.CloudMessaging。
那里有关于setting-up-a-firebase-cloud-messaging-client-app-on-ios的详细步骤。
AppDelegate
和 Sample project
中的代码示例也可用。
另外,here 是关于在 iOS 应用程序中创建推送通知证书和设置的文档。