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

  Рет қаралды 37,830

Gerald Versluis

Gerald Versluis

Күн бұрын

Пікірлер: 215
@jfversluis
@jfversluis 2 жыл бұрын
This is just one of the many amazing plugins that are available for .NET MAUI, want to learn about the rest? Check out this curated playlist right here 👉 kzbin.info/www/bejne/pHSxmWx9YrZpbpo
@CoderboyPB
@CoderboyPB 2 жыл бұрын
Bedankt! Would be very thankful to see a video update for MAUI about 'normal' push notifications as well 🙂
@jfversluis
@jfversluis 2 жыл бұрын
@@CoderboyPB I definitely want to do that, but that is MUCH more complicated :D stay tuned!
@kanaalmarc
@kanaalmarc 2 жыл бұрын
@@jfversluis Da's ook een wens van mij; aannemende dat het over remote notificaties gaat. Als het moet via Firebase, maar het liefst via een eigen .NET Core web server.
@jfversluis
@jfversluis 2 жыл бұрын
@@kanaalmarc Je kunt nooit push notifications sturen vanuit alleen je .NET Core web server. Je zult altijd via de servers van Apple en Google moeten gaan, zie: kzbin.info/www/bejne/d3y8lpWnhKh0sLs Het signaal om een notificatie te versturen kan natuurlijk uit je .NET Core web server komen. Dat gezegd hebbende, ik wil nog een aantal videos maken over push notificaties van remote voor .NET MAUI
@kanaalmarc
@kanaalmarc 2 жыл бұрын
@@jfversluis Ja dat bedoelde ik ook: initiëren vanuit eigen (hosted) web server. Ik weet dat, voor beveiliging, altijd Apple en Google er tussen zitten. Ik heb in mijn XF tijd ook met lokale notificaties gewerkt. Op iOS werkt dat niet, omdat Apple begrijpelijkerwijs geen echte achtergrond processen toestaat. Je hebt alleen de functionaliteit voor op de achtergrond verversen, en de frequentie wordt bepaald door iOS a.h.v. het app gebruik. Vandaar ook mijn wens om met push notificaties te werken. Afijn, ik wacht je videos met belangstelling af.
@bernardtbouillon201
@bernardtbouillon201 Жыл бұрын
If you don’t get this regularly, but thank you man. I appreciate your tutorials so much.
@jfversluis
@jfversluis Жыл бұрын
I try! Thanks for the kind words!
@JoseSilva-gt6zj
@JoseSilva-gt6zj 2 жыл бұрын
Hey, Gerald! I'm watching all of your new videos, thank you for sharing them!!! Please, could you talk about internationalization and themes (for user interface) in MAUI? Cheers!
@stellastarshine5763
@stellastarshine5763 Жыл бұрын
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!
@LuBuuuH
@LuBuuuH Жыл бұрын
Thank you so much! You saved me bro
@DeadDemosthenes
@DeadDemosthenes Жыл бұрын
Hey, i was going in circles. This fixed it for me too! @jfversluis, Add this to your description for those trying to schedule alarms
@TobiasLarsen93
@TobiasLarsen93 2 ай бұрын
thanks! I needed this as well: android.permission.POST_NOTIFICATIONS
@anwaralomari2261
@anwaralomari2261 2 жыл бұрын
We are waiting for your videos because they are always useful and interesting
@jfversluis
@jfversluis 2 жыл бұрын
Thank you so much Anwar!
@bneedels
@bneedels Жыл бұрын
I like the video. Instructions are easy to follow. But not resulting in any notifications on IOS for me - code runs without exceptions but nothing shows. iPhone 13 installed via Hot Restart from VS 2022 17.8.2. .Net 8 MAUI project. Plugin.LocalNotification 10.1.8, also tried 11.0.1.preview01 with same result. builder is calling UseLocalNotification. Any ideas?
@bneedels
@bneedels Жыл бұрын
var enabled = await LocalNotificationCenter.Current.AreNotificationsEnabled(); indicates Notifications are Not enabled. How to enable them? I tried setting Info.plist to Enable Background Modes so that Remote notifications are turned on, without result.
@krirkluangratchapan
@krirkluangratchapan 3 ай бұрын
i'm same issue Android run Cool not any problem, but iOS when click show message nothing happen (permission noti allow already)
@6thStorm
@6thStorm 2 жыл бұрын
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. :)
@johnnySchillaci
@johnnySchillaci Жыл бұрын
just done a similar App, nothing was working until I've added the following permission in the android manifest
@jfversluis
@jfversluis Жыл бұрын
Thanks for letting us know!
@PetersTrickAccount
@PetersTrickAccount Жыл бұрын
Hey Gerald. Thanks for this very informative video. At 14:10, you mention action buttons on notifications. Could you possibly link me some documentation on how to do this or make a video about that as you suggested? :) That would be awesome
@masterixmusic2886
@masterixmusic2886 7 ай бұрын
Exactly what I needed! Thank you for this tutorial.
@AlaaAshour-w6u
@AlaaAshour-w6u 11 ай бұрын
Hello Gerald Im trying to make push notification service on maui .net 8.0 but firebase packages not supported what can i do or is there any other way to make it
@jonathanharmon3472
@jonathanharmon3472 2 жыл бұрын
Another fine video Gerald! Thank you for sharing!
@jfversluis
@jfversluis 2 жыл бұрын
Many thanks Jonathan, appreciate it!
@verjanvargasfernandojulian8395
@verjanvargasfernandojulian8395 Жыл бұрын
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
@PavelKonoshchenko
@PavelKonoshchenko Жыл бұрын
Gerald, could you please make the video - How to handle firebase push notifications on MAUI. Also interesting to do it under .NET 8.0... Since, I dont know why but I couldnt find the nuget package which is compatible with MAUI .NET 8... Did you try it? Thanks for your channel!
@Quebster
@Quebster Жыл бұрын
This... all the Firebase docs / tutorials need some fresh reworks for .NET 8+ MAUI.
@jfversluis
@jfversluis Жыл бұрын
Firebase is a product from a competitor. I doubt there will be official docs for it 😄 the NuGet should automatically be compatible with .NET 8. I am working on push notifications but it will probably will be with Azure Notification Hub
@NuwanSenevirathna
@NuwanSenevirathna 2 ай бұрын
I have implemented your xamarin firebase push notification. thank you. but unfortunately xamarin is stopped their updates. our products are stuck now. It is very vary useful if you can give a tutorial firebase maui implementation with android and iOS.
@Uberhexation
@Uberhexation 2 жыл бұрын
How do i add an image? Can't get it to work
@ademineshat
@ademineshat 2 жыл бұрын
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 ?
@Lanthiren
@Lanthiren Жыл бұрын
You can't
@AlexTan-l5f
@AlexTan-l5f 3 ай бұрын
Hi Gerald, thanks alot, does the notifications work when the app is closed in ios? tqvm
@elqubed
@elqubed Жыл бұрын
Great tutorial but can you help me for How can I do When i click on the notification, a specific page opens maui Thank you
@jefflungad6147
@jefflungad6147 Жыл бұрын
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?
@xxThemoritzxx
@xxThemoritzxx 2 жыл бұрын
Awesome video, does the shedule still works when the Application is stopped?
@jfversluis
@jfversluis 2 жыл бұрын
Yes!
@jonathanharmon3472
@jonathanharmon3472 2 жыл бұрын
@@jfversluis This answered a question I didn't even know I wanted to ask! I was going to research how to do notifications while my app wasn't running, now I don't! Awesome stuff!!
@superbike3114
@superbike3114 2 жыл бұрын
Hello Gerald, thank you for sharing yours videos 👍
@jfversluis
@jfversluis 2 жыл бұрын
Appreciate it, thanks!
@victoradtips3941
@victoradtips3941 17 күн бұрын
Need help with customizing the notification icon for Android
@kelputoo.
@kelputoo. Жыл бұрын
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?
@chrissevering1090
@chrissevering1090 Жыл бұрын
Hello thanks! Great video. Does this work also in MAUI Blazor?
@jfversluis
@jfversluis Жыл бұрын
It definitely should yes
@anandshindey
@anandshindey Жыл бұрын
Hello Gerald, Not getting any notification on android 13. I understand it needs some permission. Would you be able to help me on this?
@jfversluis
@jfversluis Жыл бұрын
Check the plugin repository:)
@anandshindey
@anandshindey Жыл бұрын
Unable to comment. Have trouble with my account.
@anandshindey
@anandshindey Жыл бұрын
for solution, see issue no 346 in the plugin repository
@anandshindey
@anandshindey Жыл бұрын
Unable to comment
@anandshindey
@anandshindey Жыл бұрын
@Marc Majors Happy to help
@dsuess
@dsuess 2 жыл бұрын
Gerald, love the NotificationId 🐐
@jfversluis
@jfversluis 2 жыл бұрын
Gotta keep it nerdy 🤓
@ASI2024-love
@ASI2024-love Жыл бұрын
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
@oktjona
@oktjona Жыл бұрын
How do I set a reminder by selecting start date and enddate and time using mvvm and be notified for example appointment reminder
@alpaycalisir4448
@alpaycalisir4448 8 ай бұрын
Hello Gerald, thank you for the helpful video! Could you create a tutorial on implementing background local notifications? I aim to display upload and download progress even when the app is in the background.
@_a__a_a
@_a__a_a 11 ай бұрын
great video thanks for the guidance it works well but I have an issue in my use case that has a web API that returns a number of devices getting overheated whenever the API returns the data at all times. I need to send a notification to the app user even if the app is closed.
@jfversluis
@jfversluis 11 ай бұрын
For that you probably want to look into remote push notifications
@Bgxjdkdgdh
@Bgxjdkdgdh Жыл бұрын
Yo!!! You are a life saver man. Thank you!!!
@jfversluis
@jfversluis Жыл бұрын
Appreciate it thank you!
@Neha-lh6ok
@Neha-lh6ok Жыл бұрын
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
@jfversluis
@jfversluis Жыл бұрын
Check the repo if there are maybe some changes by now
@Neha-lh6ok
@Neha-lh6ok Жыл бұрын
@@jfversluis i have just downloaded the code its not working on ios yet
@vigo1301
@vigo1301 Жыл бұрын
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?
@jfversluis
@jfversluis Жыл бұрын
I don’t have enough any info for that to solve this for you, sorry!
@domdom93847
@domdom93847 Жыл бұрын
Hey Gerald, thank you for your Video! For some reason it doesn't work for me... do I have to check any settings in the emulator or something like that? Thanks in advance!
Жыл бұрын
Seems that this plugin does not work for .NET 8 :(
@SamuelSidor
@SamuelSidor 9 ай бұрын
it does
@Leodinc
@Leodinc Жыл бұрын
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?😅
@seshwoods
@seshwoods 2 жыл бұрын
Thank you, please tutorial how to combine this with MVVM
@glenntaylor7143
@glenntaylor7143 Жыл бұрын
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.
@yaseenafzal6162
@yaseenafzal6162 7 ай бұрын
I am in trouble when I implementing push notification in my dot net core 7 Maui project . I want to implement this without xamrain packages.also I have issue plugin.firebase not compatible with my dot net core 7 Maui app for android and iOS . Can you please help me in this issue
@jfversluis
@jfversluis 7 ай бұрын
You might want to check this: github.com/AdamEssenmacher/GoogleApisForiOSComponents
@yaseenafzal6162
@yaseenafzal6162 4 ай бұрын
@@jfversluis is it for android and ios both
@solomonp-t2o
@solomonp-t2o 6 ай бұрын
Hey boss! is there a video for Server side push notification in MAUI? Thank you
@jfversluis
@jfversluis 6 ай бұрын
Not yet hopefully soon! I’m working on it
@ShinkuRaj-ji8nc
@ShinkuRaj-ji8nc Жыл бұрын
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
@ShinkuRaj-ji8nc
@ShinkuRaj-ji8nc Жыл бұрын
Issue Solved add in AndroidManifest.xml
@luisjjjj
@luisjjjj Жыл бұрын
Great video, does anyone know if its possible to show the notifications even when the app has been completely closed?
@jfversluis
@jfversluis Жыл бұрын
That should work all the same, if not, check the plugin repo
@josephalulod7990
@josephalulod7990 Жыл бұрын
Thank you for this Gerald! Awesome as always. Tried it and works fine in Android. What is the work around for iOS?
@jfversluis
@jfversluis Жыл бұрын
Thanks! Why need a workaround for iOS? For what?
@josephalulod7990
@josephalulod7990 Жыл бұрын
@@jfversluis the notification isn't showing in iOS, and the app actually also doesn't show in the notifications setting. I'm thinking that maybe I'm supposed to address the "permissions"? like you mentioned at the first 2 mins?
@jfversluis
@jfversluis Жыл бұрын
If the app doesn’t pop a dialog to prompt the user if notifications are allowed then that’s definitely it
@josephalulod7990
@josephalulod7990 Жыл бұрын
@@jfversluis I have a two-parter, first is, i just want to confirm, you mean the "Permissions" discussed in this video kzbin.info/www/bejne/b3jPm5qtm9Wcn6c&ab_channel=JamesMontemagno, right? 2nd question, I am encountering a bug in the NotificationActionEventArgs IsTapped property, it is being executed twice and changes the value of the condition of my if statement inside it.
@mapanjwani
@mapanjwani Жыл бұрын
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?
@salvcri
@salvcri Жыл бұрын
Excuse me but what .net version are you using?
@barisceyhan4755
@barisceyhan4755 Жыл бұрын
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
@wasimaakhtar
@wasimaakhtar Жыл бұрын
I am getting error Show: Notifications are disabled , any suggestion on this.
@aracakaroglu8081
@aracakaroglu8081 2 жыл бұрын
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?
@pattypeppermint3753
@pattypeppermint3753 Жыл бұрын
event
@Noffett
@Noffett 2 жыл бұрын
Great video, just in time for a project I'm working on! I'm wondering if it's possible to make a popup notification "stick", similar to that of a timer that has run out. I've tried with the different category types but to no avail...
@jfversluis
@jfversluis 2 жыл бұрын
On iOS that is not really possible. The trick for that is to add a custom sound to the notification. The sound can be at most 30 seconds and the banner will then keep showing for 30 seconds. Not sure about Android, maybe it works the same.
@Lanthiren
@Lanthiren Жыл бұрын
Could I use this to show a media player UI in the notification center or should I be doing things differently
@jfversluis
@jfversluis Жыл бұрын
Eventually I definitely want to add that. This is not implemented today.
@georgemantarakis3410
@georgemantarakis3410 2 жыл бұрын
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 😀
@jfversluis
@jfversluis 2 жыл бұрын
Hey George! Thank you for watching! If your use-case is reminders it’s probably better to use local push notifications. Then there is no need to have any timer code on your side and more importantly the reminder will still honor when the users device is offline or your server is down. If you still want to do it server-side, your code will probably be something like in the video: kzbin.info/www/bejne/jHqUqJqboN9okK8 You will want to have an Azure Function maybe with a cron trigger, retrieve the reminder from the database and send it such code like that. Hope this helps!
@georgemantarakis3410
@georgemantarakis3410 2 жыл бұрын
@@jfversluis Hey Gerald 😀, Many thanks for taking the time to respond. What I had in mind was Cloud Firestore for the database and Cloud Function to retrieve the reminder from the database, but I wasn't sure if this is the correct approach. The video is great and sheds a lot of light. I have some (I guess a lot) work to do to achieve this. Many thanks again for your help, Kind regards, George
@jfversluis
@jfversluis 2 жыл бұрын
No problem at all! Anything for my most loyal watchers 😉 Yeah sure if you want to stick with Firebase I’m sure they have some serverless/cron functionality as well so you can substitute any technology there. But the general idea stays the same
@obaidniazi
@obaidniazi Жыл бұрын
You are a lifesaver, thank you so much!
@jfversluis
@jfversluis Жыл бұрын
You’re welcome!
@ALaaAshour-l7y
@ALaaAshour-l7y Жыл бұрын
is there any other plugin to send notifications to devices not locally
@jfversluis
@jfversluis Жыл бұрын
Yep, check my videos about push notifications
@caseyworth9701
@caseyworth9701 Жыл бұрын
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.
@jfversluis
@jfversluis Жыл бұрын
It definitely should. It schedules it in the OS push notification system which is independent of the app running or not
@TestLearn-i5j
@TestLearn-i5j Жыл бұрын
How to show notifications when is turned off application
@franciscoroblesmoyano707
@franciscoroblesmoyano707 2 жыл бұрын
Hi, great video! How can I change the color of the notification?
@jfversluis
@jfversluis 2 жыл бұрын
Thanks! If that is possible on the operating system then it’s probably possible here. For iOS for instance that’s not possible. Don’t know about Android
@haseebrehman-nx9xi
@haseebrehman-nx9xi Жыл бұрын
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. :(
@jfversluis
@jfversluis Жыл бұрын
I think you have to save the notification ID and update it with a scheduled date in the past
@jhonnymello4338
@jhonnymello4338 2 жыл бұрын
This work if app is closed? I mean make a trigger came from server and app just run it
@jfversluis
@jfversluis 2 жыл бұрын
Should work!
@jeffm3865
@jeffm3865 2 жыл бұрын
Thanks. For a future video, I would love to see an example of the new Maui .NET7 RC1 new X/Y position* Width/Height* Minimum Width/Height Maximum Width/Height SizeChanged Features on Windows. I have not seen a working example of this so far. Thanks for your helpful videos.
@jfversluis
@jfversluis 2 жыл бұрын
I'm planning some desktop videos in the near future so will see to include this, thanks!
@deanbullen9021
@deanbullen9021 2 жыл бұрын
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?
@jfversluis
@jfversluis 2 жыл бұрын
Yep! All in the docs 😉 github.com/thudugala/Plugin.LocalNotification/wiki/Location-Notifications
@deanbullen9021
@deanbullen9021 2 жыл бұрын
@@jfversluis That's great - thank you!
@glenntaylor7143
@glenntaylor7143 Жыл бұрын
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?
@jfversluis
@jfversluis Жыл бұрын
That should both be possible absolutely
@glenntaylor7143
@glenntaylor7143 Жыл бұрын
@@jfversluis Hi, cant' find how to do this in documentation and which ever way I try can't get this to work. How do you ensure the notification will fire after the App s closed? i.e the equivalent of the Android Alarm Manager SetExact and AllowWhileIdle.
@luisjjjj
@luisjjjj Жыл бұрын
@@glenntaylor7143 Hi, did you find a solution to fire notifications when app is closed?
@glenntaylor7143
@glenntaylor7143 Жыл бұрын
@@luisjjjj Hi, apart from 'this should be possible' I have not found a solution. Reply to a simi;ar question was 'it should'. If this is the case I would like to see a demo.
@BilalIjaz-fi9hn
@BilalIjaz-fi9hn 7 ай бұрын
will it be pushed when app is not open like we do with google firebase
@jfversluis
@jfversluis 7 ай бұрын
It should, yes
@BilalIjaz-fi9hn
@BilalIjaz-fi9hn 7 ай бұрын
@@jfversluis which i should use. this plugin or google firebase for push notification
@rasmusb639
@rasmusb639 Жыл бұрын
Coo. It does not seem to send notifications when app is closed though, any way to make it so?
@jfversluis
@jfversluis Жыл бұрын
It definitely should. Check the plug-in repo
@yaseenafzal6162
@yaseenafzal6162 4 ай бұрын
is it possible without xamrain packages implement for android and ios
@jfversluis
@jfversluis 4 ай бұрын
Absolutely. You can do anything in Xamarin or .NET MAUI without the libraries. Those are just there to make it easier but those libraries are bound to the same rules as you are so you can do everything without a single plugin
@yaseenafzal6162
@yaseenafzal6162 4 ай бұрын
@@jfversluis can you please send me some examples for push notification without xamrian
@serdarpinar6186
@serdarpinar6186 2 жыл бұрын
Hi Gerald. i have a problem.. IOS on notificationreceived not working.? can you. help me.. using xamarin forms
@jfversluis
@jfversluis 2 жыл бұрын
It’s near impossible to say anything useful about this without any more information, sorry!
@serdarpinar6186
@serdarpinar6186 2 жыл бұрын
@@jfversluis Hi again.. notification succeccfully working but when ontapped on ios then not received any data. but android working properly. LocalNotificationCenter.Current.NotificationActionTapped += Current_NotificationActionTapped; not working on ios. thank you
@S3Kglitches
@S3Kglitches 2 жыл бұрын
Great tutorial! Can the notification icon be really customized? Mostly all apps on Android 12 (even professional apps) show this "empty-icon" on notifications!
@jfversluis
@jfversluis 2 жыл бұрын
Oh really?! I'm more of an iOS person, I totally assumed that that would be something you could do 😅 I need to look into that then... What good does it to when it only shows you 10 circles in a row?
@camillejose9243
@camillejose9243 Жыл бұрын
Is this also work for WinUI?
@kodepruthviraj
@kodepruthviraj 2 жыл бұрын
Please do a video about Adding action buttons to Notification
@kureh268
@kureh268 Жыл бұрын
How do I set notification without button? I want to set notification at a specific time
@jfversluis
@jfversluis Жыл бұрын
Use the Schedule property
@lexusprogrammer4515
@lexusprogrammer4515 2 жыл бұрын
@Gerald please make the video on IOS part especially address the issue of Permissions to get Local Notifications working 🙏
@lexusprogrammer4515
@lexusprogrammer4515 2 жыл бұрын
Never mind, I figured it out. 🕺
@jfversluis
@jfversluis 2 жыл бұрын
You, my friend, are amazing! Well done!
@verjanvargasfernandojulian8395
@verjanvargasfernandojulian8395 Жыл бұрын
@@lexusprogrammer4515 Hello!! im Having this trouble and i dont seem to find how to ask permission on IOs, can i get a Quick tip on how to do this?
@VICTORHERNANDEZ-on6uk
@VICTORHERNANDEZ-on6uk Жыл бұрын
What was the solution? Im facing the same issue it doesn't work on iOS
@krirkluangratchapan
@krirkluangratchapan 3 ай бұрын
how you do sir ?
@imsagarchopra
@imsagarchopra 11 ай бұрын
This does not work with .Net 8 , when app is in background
@Criss129
@Criss129 2 жыл бұрын
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.
@jfversluis
@jfversluis 2 жыл бұрын
Have a look at the code for the plugin to see if it’s actually supposed to do that and open an issue on the repo if you think there is a bug!
@Criss129
@Criss129 2 жыл бұрын
It probably shouldn't but maybe you know the way to do it? Cause its not on the list of class "Permissions".
@jfversluis
@jfversluis 2 жыл бұрын
The permissions API is very extensible, look it up in the Permissions Docs :)
@JasonPurkiss
@JasonPurkiss 2 жыл бұрын
Great video thanks, do you know if I can use notifications without using Azure and use my local apache server instead? Need to check your recent videos as need to convert my app from xamarin I'm sure you have one :)
@jfversluis
@jfversluis 2 жыл бұрын
Thank you! For local notifications you don’t need Azure or anything. For remote push notifications you will always have to go through the servers of Apple and Google. Your Apache server can be the one to initiate a push notification, but it can’t send it to devices directly. See: kzbin.info/www/bejne/d3y8lpWnhKh0sLs
@paulvanlochem5668
@paulvanlochem5668 2 жыл бұрын
Hey Gerald, thx again for your new video. Can you make a video Programmatically Connecting to specified WiFi in a MAUI app. Or give a suggestion where I can find a solution. I try to create an app that connects with a device with its own WiFi and read some data. 🙂 Thanks
@jfversluis
@jfversluis 2 жыл бұрын
Hmm interesting case. For iOS, Android? Both? If you can find the code how to do it natively you should be able to relatively easily translate that into .NET MAUI. Did you find anything about that? If so and you can't figure it out, shoot me an email and I can have a look!
@gokulg6429
@gokulg6429 2 жыл бұрын
Awesome.. Please make video for Google and Microsoft SSO.. Thanks
@jfversluis
@jfversluis 2 жыл бұрын
Thanks! I'll see what I can do!
@kanaalmarc
@kanaalmarc 2 жыл бұрын
Kijkend naar de huidige staat van de plugin (zie issues op GitHub), lijkt deze nog steeds niet heel betrouwbaar helaas.
@doctorj1607
@doctorj1607 Жыл бұрын
how do you set a custom sound when notification is sent?
@jfversluis
@jfversluis Жыл бұрын
I think that’s in the documentation on the repo
@doctorj1607
@doctorj1607 Жыл бұрын
@@jfversluis thanks for the reply. i am using firebase, spaciffically with local notifications plugin. it all seems to work well to get the notifications and showing them, so thank you for the video,. but when it comes to set sound it doesn't seem to work when the app is stopped. The sound defaults. to system standers. This seems much more complex, than first expected now i have looked into it.
@doctorj1607
@doctorj1607 Жыл бұрын
@@jfversluis when i set the channel using android.channelId. the test device creates a new channel (general, micellanous) not sure what is heppening here.
@doctorj1607
@doctorj1607 Жыл бұрын
@@jfversluis Hi, it looks like it is using the default channel name not the name set by the user.
@DeepWorksStudios
@DeepWorksStudios 2 жыл бұрын
Thanks for letting us know
@jfversluis
@jfversluis 2 жыл бұрын
My pleasure!
@ErwinEchon
@ErwinEchon 2 жыл бұрын
Great video. can you also do a video on how to sign in using a google account in MAUI ? Thanks in advanced
@jfversluis
@jfversluis 2 жыл бұрын
Maybe! I'm not great with auth... I'll see what I can do!
@ErwinEchon
@ErwinEchon 2 жыл бұрын
@@jfversluis Thank you in advanced
@albe46
@albe46 2 жыл бұрын
Amazing! what about a tutorial for firebase remote config (both forms and maui)? thanks
@jfversluis
@jfversluis 2 жыл бұрын
Thanks friend! I’m not sure if i will get to that anytime soon, and I don’t think there will be a lot of Xamarin.Forms content still coming :)
@rdvansunger5607
@rdvansunger5607 2 жыл бұрын
Hi Gerald, Thanks for all awesome videos. using System.Data.SqlClient; not working in .NET MAUI for net6.0-android. Would you consider doing a video on sql connection for .net maui.
@jfversluis
@jfversluis 2 жыл бұрын
Personally I think you shouldn’t connect a mobile app directly to SQL server. Add a REST API in between! Thanks for the kind words
@GeorgePhillips-x1f
@GeorgePhillips-x1f Жыл бұрын
I love .net Maui so much
@jfversluis
@jfversluis Жыл бұрын
Glad to hear that!
@helloeveryoneb5996
@helloeveryoneb5996 2 жыл бұрын
Can You please put a video based on touch effects button in maui?
@jfversluis
@jfversluis 2 жыл бұрын
I'm not sure what you mean with based on touch effects button?
@helloeveryoneb5996
@helloeveryoneb5996 2 жыл бұрын
@@jfversluis s bro based on touch effects on button and if a button is selected it has to be highlighted like that...
@mohammedalsabahii2
@mohammedalsabahii2 2 жыл бұрын
Thank you for sharing this amazing .Net Maui Plugin ,, I have quotation it is possible to send notification using multi language ,, thank you again have great day
@jfversluis
@jfversluis 2 жыл бұрын
You can use localized resources as string so that should definitely be possible :) Thanks for watching!
@mohammedalsabahii2
@mohammedalsabahii2 2 жыл бұрын
@@jfversluis I will try thank you
@AlwaysPavan.3
@AlwaysPavan.3 2 жыл бұрын
Please Make a video with firebase notification FCM in MAUI
@prasannamca2730
@prasannamca2730 Жыл бұрын
for ios?
@jfversluis
@jfversluis Жыл бұрын
Yep
@aathifmahir
@aathifmahir 2 жыл бұрын
Awesome 👍
@jfversluis
@jfversluis 2 жыл бұрын
Thank you! Cheers!
@PawnDracula
@PawnDracula 8 ай бұрын
Thank you !
@jfversluis
@jfversluis 8 ай бұрын
You're very welcome!
@clauselmann7974
@clauselmann7974 Жыл бұрын
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?
@igor.muller
@igor.muller Жыл бұрын
It's not working for me :/
@jfversluis
@jfversluis Жыл бұрын
If you want me to give you some kind of hint I will need more than "it's not working" 😄
@Uberhexation
@Uberhexation 2 жыл бұрын
Thanks :)
@jfversluis
@jfversluis 2 жыл бұрын
Oh no thank you for your support!
@macupie
@macupie Жыл бұрын
You are my man! The implementation now is not even worth talking about :D
@jfversluis
@jfversluis Жыл бұрын
Perfect!
@AhmedTXT
@AhmedTXT 2 жыл бұрын
nicce
@jfversluis
@jfversluis 2 жыл бұрын
Thanks!
@splashy8098
@splashy8098 Жыл бұрын
Great video! Just sharing what I found to make it work on Android github.com/thudugala/Plugin.LocalNotification/wiki/1.-Usage-10.0.0--.Net-MAUI
@jfversluis
@jfversluis Жыл бұрын
Perfect, thanks for sharing!
@chiraagrokade8557
@chiraagrokade8557 11 ай бұрын
@jfversluis this code not working with iOS?
@jfversluis
@jfversluis 11 ай бұрын
It should! Check the repo for any issues or things you need to configure
@saeednajmddin7676
@saeednajmddin7676 Жыл бұрын
Is that plugin compatible with .net 8?
@jfversluis
@jfversluis Жыл бұрын
Check the repo. If it works with .NET 6/7 there is a high probability it will work with 8
@王龙-x7y
@王龙-x7y 2 жыл бұрын
Awesome 👍
@jfversluis
@jfversluis 2 жыл бұрын
Thanks!
Highly Customizable Popups for .NET MAUI with Mopups
18:20
Gerald Versluis
Рет қаралды 33 М.
Effective Alerts with Snackbar & Toast with .NET MAUI
15:39
Gerald Versluis
Рет қаралды 13 М.
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Implement Push Notifications with Xamarin.Forms (Android) and FCM
28:49
The Right Way to Conditional Render in .NET MAUI
13:44
SingletonSean
Рет қаралды 5 М.
Material Design & Free Controls for .NET MAUI with UraniumUI
16:30
Gerald Versluis
Рет қаралды 21 М.
25 FREE and Open Source Software in (2025)
9:47
anyDev
Рет қаралды 4,9 М.
Test Bugfixes on Your Own .NET MAUI Project Before They're Released!1!
15:52
Adding Fingerprint Or Face Recognition To Your .NET MAUI App
18:00
Gerald Versluis
Рет қаралды 10 М.
Start Your New .NET MAUI App with These Amazing Templates!
15:06
Gerald Versluis
Рет қаралды 26 М.
.NET MAUI's Navigation for Beginners - Push, Pop, & Pass Objects
21:36
James Montemagno
Рет қаралды 70 М.
Getting Started with MAUI in Visual Studio Code
26:55
Microsoft Visual Studio
Рет қаралды 21 М.
I Made an Android App in MINUTES with This AI Tool
10:21
Creator Magic
Рет қаралды 238 М.