srinathshenoi / azure-notificationhubs-samples

Microsoft Azure Notification Hubs Samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notification Hubs Samples

This repository contains sample code for Azure Notification Hubs.

[DotNet/Windows]

  1. Getting started with Notification Hubs for Windows Store Apps

iOS

  1. Getting started with Notification Hubs for iOS Apps.

  2. SharePointListPushToSwift has a Swift client app using Notification Hubs' iOS SDK with Obj-C/Swift bridging, and includes a .NET console backend that can be run locally to send push notifications to the client based on additions to an authentication required sharepoint list.

Android

  1. Getting started with Notification Hubs for Android Apps

Push to Safari

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

Push to Chrome Apps

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

Push to SL Phone

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.

Push to WNS

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.

Enterprise Push Sample

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

Programmatic Telemetry access

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.

PHP SDK

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

Python SDK

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

Java SDK

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

License:Apache License 2.0


Languages

Language:C# 44.0%Language:JavaScript 19.6%Language:Java 14.8%Language:Objective-C 13.1%Language:PowerShell 3.4%Language:C++ 1.4%Language:HTML 1.0%Language:Swift 0.9%Language:PHP 0.7%Language:Python 0.6%Language:CSS 0.5%Language:ASP 0.0%