Questions tagged [azure-notificationhub]

A Microsoft Azure service which enables very-high-scale push notifications to Windows, Windows Phone, iOS, Android, and future platforms, using either native payloads or templates, and tags to target broadcasts widely or narrowly.

According to MSDN: http://msdn.microsoft.com/en-us/library/jj891130.aspx:

Notification Hubs are an Azure service which "enable you to access an easy-to-use, multiplatform, scaled-out push infrastructure, which simplifies the implementation of push notifications for both consumer and enterprise apps on mobile platforms."

Azure Notification Hubs abstracts the complexities of working with Windows Notification Services, Windows Mobile Notification Services, Apple Push Notification Services, and Google Cloud Messaging, so that a single method call can conceivably target any one device, or all of the devices, regardless of the device platform.

Marketing page with feature descriptions: http://azure.microsoft.com/en-us/services/notification-hubs/

832 questions
-2
votes
1 answer

The Push Notification System returned an Internal Server

Do all the steps for the notifications in ios, I add my label perfectly but when I send test notifications, it sends me "The Push Notification System returned to an Internal Server" and does not send me anything. I would like to know where my…
-2
votes
2 answers

Create Registration Notification Hub Azure PHP

I'm trying to create registration using REST API NotificationHub AZURE from PHP API Microsoft ¿Anyone know how it's done? Regards and thanks!
-3
votes
1 answer

Azure Notification hub how to register Id with nodejs?

Hello please I want to create register Id with Nodejs what can do ? I try to send notification but I need to register Id var azure = require('azure-sb'); var notificationHubService = azure.createNotificationHubService('hubname',''); var…
nourhouda
  • 21
  • 5
-3
votes
1 answer

Azure Notification Hub for Web Applications

I need to create a Azure Notification Hub which will push notifications to my WebApplication. The current architecture of Notification Hub just allows applications registered on Windows Dev store to register to Notification Hub using SID's. Is there…
-3
votes
1 answer

APNS pushes not re-sent when device becomes available again, GCM pushes are

I am using the Azure Notification Hub to send push notifications to iOS and Android devices. Currently when a device is not available when the push is sent (either it has no signal or is powered off, for example) then on iOS the push is never…
-5
votes
1 answer

Notification.php for Windows Azure notification hub API using PHP

I want to send the notification, using windows azure notification hub api in PHP.
1 2 3
55
56