Implement Push Notifications with Xamarin.Forms (iOS) and FCM

preview_player
Показать описание
In this video we will learn how to implement remote push notifications with Firebase Cloud Messaging (FCM). This first video of a series will implement it in your Xamarin.Forms Android app. We will see how to setup a Firebase project, get all the bits we need all the way down to actually receiving a push notification.

💝 Join this channel to get access to perks:

🔗 Links

⏱ Timestamps
00:00 - Intro
00:18 - Blogpost We Will Follow
01:09 - Setup Apple Developer Portal Requirement
03:54 - Setup Firebase Project for iOS App
08:40 - Implement Push Notifications iOS App
15:23 - Setup iOS Platform Specific Code
18:56 - Implement In-App Notification Handling
21:58 - Receive Test Notifications
25:36 - Outro

🙋‍♂️ Also find my...

#XamarinForms #PushNotifications #FCM #Xamarin #PushNotifications #Firebase #FirebaseCloudMessaging #iOS
Рекомендации по теме
Комментарии
Автор

I've had so much trouble trying to implement FCM for Xamarin.Forms based on seperate Xamarin.iOS and Xamarin.Android examples. This was exactly what I needed. You're the man, Gerald!

MichaeldeGans
Автор

I had haven't seen this video and today I'm spending too many hours trying to set Push Notification in Xamarin form for iOS project, is good that you used a Leomaris post, she is a very good friend of mine, I worked with her on some projects, she is awesome

checox
Автор

Thanks for the great tutorial! Just a reminder for anyone who might wonder: The bundle identifier is case sensitive so make sure it matches exactly!

wongchinyung
Автор

Excellent! I watched some other videos of yours too and used them to make Xamarin apps. Best teacher on YT!!! Thanx for saving me so much time!

rosenbecherroland
Автор

I didn’t realized i haven’t subscribed yet until the notification send test xD!! Subscribing immediately!

lilHoodRD
Автор

Nice work Gerald. Can you now finish the series with a video on UWP push notifications?

Orgbrat
Автор

Thanx for the video Gerald. It was really helpful and informational. It would be great if you could also cover customisation and actions.

pplgr
Автор

We learn in each video, thanks for your effort Gerald

usamaelhamed
Автор

Can you make a video about sending data from the background to the method?
Many of us do not get a call for
In Android it works fine in the background with 'Intent.Extras' in 'OnCreate' in 'MainActivity'.
In the foreground, everything works ok.
Only iOS background will not work because is not called.

clauspiil
Автор

Thank You very Much for your clear explaination. You solved me a big problem.

sailorrm
Автор

Hello Gerald. Thank you so much for this video. I want to use OnNotificationOpened action but it's not firing on IOS. Do you have an idea for this subject? Can I'm override notification open method on AppDelegate etc.?

mehmetsandkl
Автор

HI Gerald, Thanks for the videos on both iOS and android. Very Useful . Can you make video more on push notification option while initialize plz . Thank you

karthiktheraj
Автор

As always, awesome job! Can you make a video about Xamarin.Forms Shell? Is this the future? Is it supported in MAUI?

latsbrah
Автор

Hi Gerald! Nice demo@@ .. Can you please give a demo on silent push notification

nishantsingh
Автор

Thank you a lot. It's cool. Thank you for detail information! But what to do if got "Automatic provision failed"? And how to set if to choose "Manually". Thank you

glebbsif
Автор

Hey Gerald, can you make a video on how to create android and ios widgets to our app?

philippedoumet
Автор

Hello Gerald, Great work, I need to get started on Xamarin and detect and connect a digital scale. Do you have any starting samples for Bluetooth devices? Thanks one again. David

davidlewisn
Автор

Can we have some example to schedule the notification from device itself and delete the scheduled notification when not needed. User should able to get the notify even device is not running in background. Like Good morning message.. or if he did not check-in at given time then notifications should automatically get triggered

chandrabhansinghgurjar
Автор

Hi! Help me please. My app is crash when I tap on notification while app is closed. Method FinishedLaunching even not start, it happening earlier. When app is hide or open I don`t have problems with tap of notification.

morozovua
Автор

Hello Gerald thank you for this great video. I was able to implement everything. I just have a question and maybe you can answer me.

I tried to subscibe to a topic "test" to test the topic feature. When i sent push notification to the topic "test", nothing happened. But then, i tried with the topic "general" and i recieved the notification. Is there some topics names that are forbidden to use ? I didn't find any info about this online.

I also tried with the topic name "aleph" and it worked well.

quentin