14

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

Renan Araújo
  • 3,533
  • 11
  • 39
  • 49
mahmudamen
  • 143
  • 1
  • 1
  • 7
  • 1
    Hi mahmudamen. Your question would be better with the following things in mind: - don't repeat your question in the description - tell what you have done already - provide code if you have some. - add apropreate tags as you have done with xamarin. Mybe add Firebase FCM too. – tequila slammer Jan 30 '20 at 10:49

1 Answers1

10

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.

nevermore
  • 15,432
  • 1
  • 12
  • 30