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
9
votes
1 answer

How to set high priority of push notification which is send to NotificationHub

I have successfully implemented Azure Function, which sends push notifications to NotificationHub for Android, iOS and UWP. During the testing I discovered that when Android device is in Doze mode push notification is not delivered on lock screen.…
9
votes
2 answers

Usage of Azure Notification Hubs templateName

I've created a sample App with Cordova and a Mvc5 application that talks with Azure Notification Hubs. Registrations are handled by the backend because tags must be secured. We have used three different templates registered from the backend for the…
systempuntoout
  • 71,966
  • 47
  • 171
  • 241
8
votes
2 answers

Azure NotificationHubClient throws SocketException when used on Azure function intensively

We are using an Azure function to send push notifications via Azure NotificationHubClient. This function is called a lot at peak times on live environment and as a result we got a lot of SocketExceptions thrown from the…
8
votes
3 answers

View registrations on Azure Notifications hub

I have created an Azure notifications hub and an API that allows users to register for notifications via the API. This all seems to work without any errors, but I cannot find a way to interrogate the notifications hub for registrations. Can some one…
Slicc
  • 3,217
  • 7
  • 35
  • 70
8
votes
3 answers

Same Table, Notification Hub and server for two apps

We got caught by Microsoft's abandonment of Silverlight and focus on UWP. This has ended up with us having to develop two dually focused apps (UWP and Silverlight), which has left us with two apps that cannot be bundled/packed together. We have…
JTIM
  • 2,774
  • 1
  • 34
  • 74
8
votes
3 answers

Azure Notification Hub Registered Device list

I am following This Post to work with azure notification hub. What i am trying to do is creating the web api that registers the devices with the Azure notification hub. When i send the request for registering the device as shown in the article it…
Sachin Trivedi
  • 2,033
  • 4
  • 28
  • 57
7
votes
2 answers

How to setup Azure Notification Hub in C# backend

I'm trying to implement my C# backend's communication with Notification Hub. I've read almost every tutorial about Azure Notification Hub, and I can't find a decent tutorial that explains what actually corresponds to what. I think there are two ways…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
7
votes
1 answer

Troubleshooting Azure App Service Push Notfication registration with tags in iOS

I started to use Azure App Service this month, before App Service I was using Azure Mobile Services and the registration device token with tags are pretty simple but in app service I realized that its removed due to security issues so i have to do…
7
votes
1 answer

Diagnosing dropped notifications from Azure Notification Hub to APNS

We have a (mostly) successful implementation of push notifications to iOS and Android devices through Azure Notification Hubs. The problem is that some of the iOS devices are apparently never receiving notifications that are sent by Azure…
7
votes
3 answers

Azure Notification Hubs registration time to live (90 days limit)

Now I'm using PushSharp library to send Apple push notifications (through APNS), but I want to migrate to Notification Hubs for robustness and scalability. I'm planning to implement sending notification via Azure Notification Hubs using backend…
alexey
  • 8,360
  • 14
  • 70
  • 102
7
votes
1 answer

Using Azure Notification Hub with Phonegap

I want to build push notifications into my app using Azure's Notification Hub. My app is built with HTML using Phonegap, so I'm wondering if anyone has seen a plugin or tools to make these work
mirhagk
  • 1,255
  • 3
  • 14
  • 28
6
votes
3 answers

Firebase Cloud Messaging (FCM) Api Key for Azure Notification Hub

I'm creating a Xamarin project to test Azure Notification Hub, but I'm having trouble going through the steps in this article Under the section "Create a Firebase project and enable Firebase Cloud Messaging" Step 6 is obsolete as Google seems to…
6
votes
1 answer

Xamarin.Android App crash on start with Firebase after upgrading Xamarin.Azure.NotificationHubs.Android v1.1.4.1

After upgrading Xamarin.Azure.NotificationHubs.Android Nuget from ancient 0.6 to 1.1.4.1 (which involves also upgrade from Support libs to AndroidX) in my App - Everything is OK without Azure Notification Hub and FireBase Nugets (and commenting code…
6
votes
3 answers

How to configure Azure Notification Hub to use APNS token authentication mode?

I am trying to add APNS connection in Azure Notification Hub with Token as authentication mode. I have searched around but I am not able to find any guides anywhere to make this work. Maybe someone has a link to a guide showing how to find the…
6
votes
2 answers

Android - Azure Push Notifications Google FCM

I've followed Sending push notifications to Android with Azure Notification Hubs tutorial to implement Push notifications into my Android app using the Azure Notification Hub. Previously, I used another tutorial to do this using the Google Cloud…
Phil
  • 4,029
  • 9
  • 62
  • 107
1
2
3
55 56