Hi This is extremely confusing. Developers are saying is supported and Microsoft is saying is not supported. Can this be clarified once and for all if maui is supported in Azure notification hub? many thanks
.NET8 MAUI and Azure Notifications Hub implementation
In my NET8 MAUI application, I'm trying to add push notifications using Azure Notification Hub. I can't find an updated example of how to configure and implement correctly the push notification for Windows, Android and iOS.
Can you point me in the right direction, please? I searched a lot of the internet but none of the examples are working. For example, this document is about Android Studio. This document about iOS is up-to-date. This document about Windows is related to Windows Phone!!
4 answers
Sort by: Most helpful
-
-
VenkateshDodda-MSFT 21,651 Reputation points Microsoft Employee
2024-02-08T05:09:06.7966667+00:00 @Enrico Rossini Thanks for your patience on this.
I have shared the feedback to the internal team and team will be updating the documentation in next iterations. Also, currently Azure Notifications Hubs does not support MAUI applications.
Hope this helps! Let me know if you have any further questions.
Please accept as Yes if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.
-
Bruce (SqlWork.com) 66,621 Reputation points
2024-02-25T16:56:54.5566667+00:00 Processing notification client side varies by platform.
Azure notifications is a common api for servers sending the notification, so they don’t have to use underlying platforms api.
Maui does not have a common api for receiving platform notifications. You must write custom code to interact with the native api for each platform you wish to support.
-
Sergio Alejandro Perez Molina 0 Reputation points
2024-06-21T20:12:09.9366667+00:00 Hi @Enrico Rossini maybe it's too late but are you try with the Shiny library? It has suport for Push Notifications. It has a Visual Studio template for a quick start.