Implement Push Notification In .NET MAUI Part-2 (iOS)

preview_player
Показать описание

In this video I have shown how you can fix application crash issue on the tap of notification for android & Complete Tutorial for implementing push notification for iOS.

Note :

Xamarin.Google.Dagger
Xamarin.GooglePlayService.Base

0:00 Notification Preview & Intro
0:55 Fixing Android Notification Crash
3:36 Implementing WeakReferenceMessenger
8:00 iOS Certification Creation
15:00 Running iOS App With GoogleService File.
16:30 Installing FirebaseCloudMessaging Plugin.
17:00 Intializing Firebase Service
17:30 Requesting for PushNotification Permission
20:00 Generating Device Registration Token.
21:25 Creating UserNotificationCenter Delegate
23:12 Enabling Background Mode
23:50 Testing Notification

Join this channel to get access to perks:
Рекомендации по теме
Комментарии
Автор

Thank you for the video. Please increase the size of your text on future videos. It's very hard to see when watching on phone or tv.

davidbrenchley
Автор

This works really great and very easy setup! Keep up the good work!

twannie
Автор

Great video :). Its exactly what i needed, keep up the good work man

kb
Автор

How can i load the image in notification particularly for ios, i passed the imageurl in notification payload but now i do not understand how can i show that image in notification

jaymodi
Автор

Hi, thank you for all of your videos. I have one problem, hope you can help me out with that. When i try accessing Messaging.SharedInstance, i get "'Object reference not set to an instance of an object'". Any ideas of what could have gone wrong?

giovanninovati
Автор

Thank you for your videos, they are great and they have helped me a lot. I have a question in the info.plist file. The Capabilities option to do Enabling Background Mode does not appear. What is this due to? thank you.

luigyavila
Автор

16:40 I get Error message when <click> instale nuget " Could not find a part of the path What can i do with that?

askalt
Автор

Thanks for this. I am having a problem with WillPresentNotification not being called. I have made a new test app and it works fine but not in my main app. I can't see what I have missed. Any ideas?

buckobuchanan
Автор

Hi Pragnesh, great video. After suggested Android changes, my FirebaseService is called when project (and even the app on phone) runs the second time (First time being installation and first run). Can you please help, I want to run it first time of app run.

TheRaajwant
Автор

i dont receive notifications in the iphone simulator,

Nahuel-
Автор

I have successfully implemented for Android but am having issue where the notification is not received by iOS simulator. Double-checked my settings in Apple Developer and Firebase. Anyone have any tips on debugging to see where the message is failing? Have read some debug tips related to sending message through APNS to debug.

EricKaleida
Автор

Please help, I've followed the tutorial exactly and am getting the notifications to come through but the functions in the extension class aren't getting called.

Spud
Автор

Hello, I'm trying to implement the Plugin using Visual Studio 2022 for Mac. However, when I install the Nuget package Xamarin.Firebase.iOS.CloudMessaging, I get an error on compilation:
has an incorrect or unknown format and cannot be processed
Is there any way to fix this?
Or, is there any alternative to this nuget package?
I've already searched but I haven't found anyone who could solve this problem.

MARCIANOMOREIRADEQUEIROZ
Автор

Hi, thank you for the videos on implementing push notifications for different platforms in .NET MAUI. Followed your video along and tried to implement the same but getting a error "Object reference not set to instance of an object" while running it for a physical device[in my case its Ipad]. Also tried with the project that you have shared, getting the same error. Can you please help me out on where I could have gone wrong in the implementation?

suhasmr
Автор

Hello. I did everything and the request returns correctly, but there are no notifications on my iOS phone. I also tried it from the Firebase console screen and there was no notification on the phone. I can receive DeviceToken successfully. Can you help me please

EmirhanYüksektepe