I am building a .NET MAUI app with Blazor for iOS initially (and targeting Android soon).
I want to enable and integrate external push notifications, that can be sent from our backend, hosted in Microsoft Azure.
(I am new to apps & notifications, so bear with me)
I believe Azure Notifications Hub would be the right service to use for this, but it seems -at first sight- that not many things have been moving there and I don't seem to find any details on how to integrate that with .NET MAUI applications.
What would be the recommended approach to set this up at the moment?
(SignalR would only work when the app is active, and here I want to use the platform notifications).
Thanks for any insights.