How implement Push Notifications firebase xamarin.ios c#

冷暖自知 提交于 2020-12-09 11:19:31

问题


I'm developing an application that works on the iPhone through the xamarin.ios with firebase backend. I want Push Notifications FCM Firebase, but I couldn't, I want that code in AppDelegate.cs


回答1:


To implement Push Notifications firebase with xamarin.ios in C#, you can have a try with Xamarin.Firebase.iOS.CloudMessaging.

And there are detailed steps about setting-up-a-firebase-cloud-messaging-client-app-on-ios there.

Code example in AppDelegate and Sample project are also available.

Additional, here is document about creating push notification certificates and settings in iOS app.



来源:https://stackoverflow.com/questions/59984019/how-implement-push-notifications-firebase-xamarin-ios-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!