Microsoft.Azure.NotificationHubs nuget package does not have Browser related classes

Nabie 1 Reputation point
2025-04-19T23:03:24.4966667+00:00

It seems like the notificationhub Azure SDK on nuget has not been updated in a while and it does not have the browser related clasess.

Can it be please updated with latest classes?

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.
369 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Chiugo Okpala 1,195 Reputation points MVP
    2025-04-20T18:55:39.03+00:00

    @Nabie welcome to the Microsoft Q&A community.

    It looks like the Microsoft.Azure.NotificationHubs NuGet package is currently at version 4.2.0, and while it supports .NET Standard, there isn't explicit mention of browser-related classes2. If you're looking for updates or new features, the best approach would be to check the official Azure Notification Hubs documentation or the NuGet package page for any announcements.

    If you need browser-related support, you might want to raise an issue on the official Azure SDK GitHub repository or reach out to Microsoft support. Would you like help finding the right place to submit feedback?

    https://learn.microsoft.com/en-us/dotnet/api/overview/azure/notification-hubs?view=azure-dotnet

    I hope these helps. Let me know if you have any further questions or need additional assistance.

    Also if these answers your query, do click the "Upvote" and click "Accept the answer" of which might be beneficial to other community members reading this thread.

    User's image

    0 comments No comments

  2. Shree Hima Bindu Maganti 4,155 Reputation points Microsoft External Staff Moderator
    2025-04-24T08:40:54.7233333+00:00

    Hi @Nabie
    The Azure Notification Hubs SDK for .NET currently lacks browser-related classes, as the NuGet SDKs are designed for platforms like Android, iOS, and .NET server applications. While browser push notifications are supported through Azure Notification Hubs, the specific classes for this may not be included in the SDK package you are using.

    If you need browser push notification capabilities, consider looking into the REST API or the documentation on browser push notifications for implementation details.
    Azure Notification Hubs SDKs

    Web push notifications with Azure Notification Hubs.
    click the "Upvote" and click "Accept the answer"if it was helful.
    Let me know if you have any further assisstences.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.