Push notifications NuGet Package Support in MAUI iOS App

Venkata Bhaskar 0 Reputation points
2023-12-04T06:43:03.96+00:00

I am working on upgrading a Xamarin mobile app to MAUI. So far, things are mostly going smoothly, but I've run into trouble on the iOS side of things.

The old version of the app needed to receive push notifications from the remote server. I accomplished this by using Azure Notification Hubs, and the Xamarin.Azure.NotificationHubs NuGet package.However, the iOS version of this package is not (it's based on Xamarin.iOS), so I need to find a MAUI-compatible way to interface with Azure Notification Hubs on iOS.

Does anyone have any suggestions?

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,891 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,421 Reputation points Microsoft Vendor
    2023-12-05T07:15:47.9566667+00:00

    I noticed that there is a known issue reported at Azure GitHub Repo, you could follow the progress. Also, I added the Azure Notification Hubs tag for this thread so that Azure team can focus on it.

    1 person found this answer helpful.