Skip to content

Florian-10geeks/azure-notificationhubs-samples

 
 

Repository files navigation

Notification Hubs Samples

This repository contains sample code for Azure Notification Hubs.

This folder contains the completed projects for the Notification Hub tutorials for the Windows platform. The first tutorial in the series is Getting started with Notification Hubs for Windows Store Apps

This folder contains the completed projects for the Notification Hub tutorials for the iOS platform. The first tutorial in the series is Getting started with Notification Hubs for iOS Apps

This folder contains the completed projects for the Notification Hub tutorials for the Android platform. The first tutorial in the series is Getting started with Notification Hubs for Android Apps

Sample on how to send push notifications to Safari using Azure Notification Hubs and Azure Web Sites.

Sample Chrome App to demonstrate how to use Azure Notification Hubs to push to Chrome Apps.

Azure Notification Hubs Windows Phone SDK currently does not support using WNS with Windows Phone 8.1 Silverlight apps. This sample takes you through the steps to create a Windows Phone 8.1 Silverlight app which registers with Azure Notification Hubs so that it can receive notifications via Notification Hubs.

This sample is useful when you want to test the end to end flow between client app and WNS without Azure Notification Hubs in the picture. This helps in validating that your client app is set up correctly as well that you have the correct Package SID & Secret that you are configuring in the Azure Notification Hubs. In case the PNS responds with an error then you also get to see the exact error from the WNS itself providing additional information.

http://azure.microsoft.com/en-us/documentation/articles/notification-hubs-enterprise-push-architecture/

This sample is in the form of a VSTO Excel application which uses the Notification Hubs REST API to get the telemetry data and then uses the Excel functions to populate a spreadsheet with the data as well as generate a chart of the retrieved data.

This is a sample for sending notifications to Notification Hubs using PHP.

This is a sample for sending notifications to Notification Hubs using Python.

The official Java SDK is now available at - Official Java SDK. Please refer to it going forward. This is here only for legacy reasons.

About

Microsoft Azure Notification Hubs Samples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 45.7%
  • JavaScript 20.5%
  • Java 13.7%
  • Objective-C 12.0%
  • PowerShell 3.6%
  • C++ 1.5%
  • Other 3.0%