|
2 | 2 |
|
3 | 3 | This repository will contain sample code for Notification Hubs.
|
4 | 4 |
|
5 |
| -## Push to Chrome Apps (PushToChromeApps folder) |
| 5 | +### Push to Chrome Apps (PushToChromeApps folder) |
6 | 6 | Sample Chrome App to demonstrate how to use Azure Notification Hubs to push to Chrome Apps. See the tutorial here [Chrome Apps tutorial]
|
7 | 7 |
|
8 |
| -## Push to Windows Phone Silverlight application (PushToSLPhoneApp folder) |
| 8 | +### Push to Windows Phone Silverlight application (PushToSLPhoneApp folder) |
9 | 9 | 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 (ANH) so that it can receive notifications via ANH.
|
10 | 10 |
|
11 |
| -## Push to WNS sample (PushToWNSDirectly folder) |
| 11 | +### Push to WNS sample (PushToWNSDirectly folder) |
12 | 12 | 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.
|
13 | 13 |
|
14 |
| -## Notification Hubs - REST wrapper for Java (notificationhubs-rest-java folder) |
| 14 | +### REST wrapper for Java (notificationhubs-rest-java folder) |
15 | 15 |
|
16 | 16 | **The official Java SDK is now available at - [Official Java SDK]. Please refer to it going forward. The following is only for legacy reasons.**
|
17 | 17 |
|
18 | 18 | This is a fully working sample of a server SDK for Notification Hubs in Java. It contains REST wrappers for all operations including seding notifications and registration management.
|
19 | 19 |
|
20 |
| -You can find a detailed readme in the `notificationhubs-rest-java` directory. |
21 |
| - |
22 |
| -## Notification Hubs - REST wrapper for PHP (notificationhubs-rest-php folder) |
| 20 | +### REST wrapper for PHP (notificationhubs-rest-php folder) |
23 | 21 | This is a sample for sending notifications to Notification Hubs using PHP.
|
24 | 22 |
|
25 |
| -You can find a detailed readme in the `notificationhubs-rest-PHP` directory. |
26 |
| - |
27 |
| -## Notification Hubs - REST wrapper for Python (notificationhubs-rest-python folder) |
| 23 | +### REST wrapper for Python (notificationhubs-rest-python folder) |
28 | 24 | This is a sample for sending notifications to Notification Hubs using Python.
|
29 | 25 |
|
30 | 26 | Detailed readme is available here -
|
|
0 commit comments