Recently, my team at Microsoft, App Center, has open source our .NET SDK for Azure Notification Hubs which is now available on GitHub and NuGet. The latest release includes support for .NET Standard 2.0 as well as support for Firebase Cloud Messaging in addition to the support for the deprecated Google Cloud Messaging APIs.

We include a number of samples to get you started with Azure Notification Hubs. To get started, check the Azure Notification Hubs Documentation which helps you get started on your platform and language of choice, such as iOS, Android and Windows. The samples listed are as follows:

  • CreateHubSample: a command line interface to create an Azure Notification Hub
  • SendPushSample: a command line interface to send push notifications and receive PNS feedback
  • ParseFeedbackSample: a command line interface to send push notifications and parse per message telemetry
  • RegistrationSample: a command line interface to add and delete registrations and installations
  • UWPSample: A UWP application for sending push notifications

Get started with the Azure Notification Hubs SDK today and give us feedback via the GitHub repository!