Local Push Notifications with .NET MAUI, Easy With This Plugin!

Local Push Notifications with .NET MAUI, Easy With This Plugin!

Gerald Versluis

1 год назад

30,881 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

the cats Krümel and Keksi
the cats Krümel and Keksi - 08.10.2023 13:41

Seems that this plugin does not work for .NET 8 :(

Ответить
Prasanna
Prasanna - 15.09.2023 10:16

for ios?

Ответить
Mujtaba Ali Panjwani
Mujtaba Ali Panjwani - 15.09.2023 00:10

Is there any limit to icon size for notifications? I tried using the main logo file in svg format but that didn't work when the notification was scheduled for after a day. I tried removing the logo attributes, that worked but now there is empty box in status bar for the notification. Any idea?

Ответить
𝒜𝒹𝟤𝓈
𝒜𝒹𝟤𝓈 - 11.08.2023 09:08

Hi i have a doubt. In this push notification, how to set a navigate particular area

My english is bad, i hope you understand what i say

Ответить
Giovanni Schillaci
Giovanni Schillaci - 05.08.2023 19:38

just done a similar App, nothing was working until I've added the following permission in the android manifest
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />

Ответить
Okt Jona
Okt Jona - 01.08.2023 08:59

How do I set a reminder by selecting start date and enddate and time using mvvm and be notified for example appointment reminder

Ответить
Leodinc
Leodinc - 28.07.2023 16:54

Hi, I am working on a project in which I send a notification for each message i receive from an amazon sqs. The problem I am facing using this plugin is that even if I group notification as the documentation says, every new notification message "cancel" the previous one. Can someone help me?😅

Ответить
Shinku Raj
Shinku Raj - 28.07.2023 07:20

Hi I am try to push Notification in Blazor MAUI but its not working.
my android version is 13 API33

Build successful, there is no Error is showing but still not working
NotificationCenter.Current.Show(Request); this Getting false

Ответить
Casey Worth
Casey Worth - 28.07.2023 05:07

What would happen if the app is closed at the schedule time to send the notification? Is the notification still sent. Trying to research tech for sending notifications and these seems easy. Just curious on limitations before trying it out.

Ответить
StellaStarshine
StellaStarshine - 20.07.2023 18:57

I had this working fine back in April, then it stopped working. Had to add new permissions for Android > 30, in order to use the schedule feature
android.permission.SCHEDULE_EXACT_ALARM
android.permission.USE_EXACT_ALARM
Hope this helps someone else using this plugin!

Ответить
Claus Elmann
Claus Elmann - 12.06.2023 20:03

Hi Gerald,

Thanks for all the great content! 👍

I have tried a couple of push notification samples for Maui using Firebase, but they don't compile with the latest version of Visual Studio.

Could you make a video on that?

Ответить
Test Learn
Test Learn - 12.06.2023 07:47

How to show notifications when is turned off application

Ответить
Wasim Akhtar
Wasim Akhtar - 11.06.2023 09:50

I am getting error Show: Notifications are disabled , any suggestion on this.

Ответить
Chevy Arciniega
Chevy Arciniega - 09.06.2023 08:59

Hi Gerald, I have problems with notification push with your example, doesn´nt show it en my mobile, could you tell me what i have to revise?

Ответить
Glenn Taylor
Glenn Taylor - 18.05.2023 21:06

Gerald, with reference to a number of questions could you please demo how to trigger a notification when the app is closed. You say it should work but no one seems to be able to make this happen.

Ответить
Luis Guzman
Luis Guzman - 19.04.2023 21:15

Great video, does anyone know if its possible to show the notifications even when the app has been completely closed?

Ответить
Anton Anger
Anton Anger - 16.04.2023 17:56

You are my man! The implementation now is not even worth talking about :D

Ответить
Neha
Neha - 13.04.2023 11:45

great video ! but the video is not working on IOs are there any permissions that need to be added platform specifically , I am working with Dot Net 7 with Dot Net Maui Blazor

Ответить
Glenn Taylor
Glenn Taylor - 11.04.2023 20:24

Hi, can the notification be fired when when the App is closed e.g. 24 hours after it is set? Also can the notification be retained when the App is closed?

Ответить
sweetvenom
sweetvenom - 24.03.2023 02:39

You are a lifesaver, thank you so much!

Ответить
Chris Severing
Chris Severing - 17.03.2023 22:12

Hello thanks! Great video. Does this work also in MAUI Blazor?

Ответить
Doctor J
Doctor J - 17.03.2023 01:43

how do you set a custom sound when notification is sent?

Ответить
haseeb rehman
haseeb rehman - 13.03.2023 09:19

I created a notification request. which pops up a notification every 30 mins. How do i stop it displaying it notification or how do i cancel schedule. cancel or cancellAll is not working for me. Thanks. :(

Ответить
VERJAN VARGAS FERNANDO JULIAN
VERJAN VARGAS FERNANDO JULIAN - 10.03.2023 21:43

Hello, does anyone know how to set an Icon on IOs? I've already set Custom icon on Android but i dont seem to find how to set custom icon for IOs

Ответить
Baris Ceyhan
Baris Ceyhan - 27.02.2023 19:23

Thanks for the video. Can you mention an example on how we can schedule the notification in .NET Maui? i.e check every hour if user did this, otw create a notification

Ответить
Ku Reh
Ku Reh - 21.02.2023 20:20

How do I set notification without button? I want to set notification at a specific time

Ответить
Joseph Alulod
Joseph Alulod - 21.02.2023 13:56

Thank you for this Gerald! Awesome as always. Tried it and works fine in Android. What is the work around for iOS?

Ответить
Anand Shinde
Anand Shinde - 14.02.2023 18:08

Hello Gerald, Not getting any notification on android 13. I understand it needs some permission. Would you be able to help me on this?

Ответить
Rasmus B
Rasmus B - 13.02.2023 14:30

Coo. It does not seem to send notifications when app is closed though, any way to make it so?

Ответить
Jeff Lungad
Jeff Lungad - 10.02.2023 16:15

Thanks for this video. I am new to MAUI, right now my struggle is how to have notification to windows app. Is there a way to do it in MAUI?

Ответить
Blableblob
Blableblob - 08.02.2023 05:51

Could I use this to show a media player UI in the notification center or should I be doing things differently

Ответить
kelputoo
kelputoo - 06.02.2023 18:36

Great tutorial however, how can the notification shows in the top? So the usr doesnt need to swipe the notification center to see the notifications?

Ответить
Marc
Marc - 27.01.2023 00:32

Kijkend naar de huidige staat van de plugin (zie issues op GitHub), lijkt deze nog steeds niet heel betrouwbaar helaas.

Ответить
Pavan Kumar Pavi
Pavan Kumar Pavi - 23.01.2023 16:37

Please Make a video with firebase notification FCM in MAUI

Ответить
Jhonny Mello
Jhonny Mello - 21.01.2023 14:31

This work if app is closed? I mean make a trigger came from server and app just run it

Ответить
Ghost
Ghost - 18.01.2023 15:08

I don't know if I'm missing something but I really need some form of documentation of how to set settings or even find the NotificationRequest by the NotificationId or even add buttons as you say to let the user interact with the notification. I've searched through GitHub and NuGet but can't seem to find anything about these things. Really nice job though and exactly what I need. :)

Ответить
ara cakaroglu
ara cakaroglu - 17.01.2023 19:31

Nice Video thank you. For a shopping app, if users favorite items prices drops down I want to send local push notification. Any recommendation how to do it?

Ответить
ktoś Blind
ktoś Blind - 13.01.2023 17:45

Hello, what about asking for permissions on Android? When I run it on IOS, system asks me for permission so I can grant it. On android its not doing that. I have added permission to Manifest file, but I still have to turn on notification permission manually in system settings for my app.

Ответить
Soundwave
Soundwave - 10.01.2023 17:17

How do i add an image? Can't get it to work

Ответить
Emre Pelte
Emre Pelte - 08.01.2023 01:55

I had a problem , without an error notifications didn't appear. I have tried on previous android version ( android 10 , api 29) and it worked.

Ответить
SERDAR PINAR
SERDAR PINAR - 30.12.2022 03:10

Hi Gerald. i have a problem.. IOS on notificationreceived not working.? can you. help me.. using xamarin forms

Ответить
Georgios Mantarakis
Georgios Mantarakis - 25.12.2022 08:00

Thanks, Gerald, for the great videos.
I am working on an app where the user should be able to set reminders for a specific date, with a message, and receive notifications of those reminders at the scheduled date even if the app is not running.
I think that push notifications is the way to go to achieve this.
The tutorials I watched so far regarding push notifications, describe a concept where a push notification is send from the Firebase console to the device which is not what I want.

How can I achieve this kind of functionality?
Any advice to which direction to look at, will be greatly appreciated.

Kind regards,
George 😀

Ответить
Dean Bullen
Dean Bullen - 15.12.2022 00:48

Thanks for this. Is there any way it would be possible to get a local notification to fire based on user location, to tell them they are near a point of interest? Any ideas?

Ответить
S3Kglitches
S3Kglitches - 29.11.2022 21:19

Great tutorial! Can the notification icon be really customized? Mostly all apps on Android 12 (even professional apps) show this "empty-icon" on notifications!

Ответить
N. Ademi
N. Ademi - 29.11.2022 16:45

I was playing around with it and it works fine on android. Just I couldnt figure it out how to add Images/Icons to the notifications ?

Ответить
SuessLabs
SuessLabs - 14.11.2022 23:17

Gerald, love the NotificationId 🐐

Ответить
seshwoods
seshwoods - 13.11.2022 15:32

Thank you, please tutorial how to combine this with MVVM

Ответить