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

Not receiving any notifications when using service bus notification hub

Followed the "Get started with Notification Hubs" walk through line by line and verified that I've done everything correctly. From what I can see. But, I get no notification message in to Windows Store app. The code runs, no errors. I can see the…
ryancrawcour
  • 676
  • 8
  • 18
0
votes
1 answer

NotificationHub RegisterNativeAsync with CancellationToken

I have a WP app that use NotificationHub. To register the user, I call RegisterNativeAsync. However, some users having slow connection raise to me that the loading is very long. Is it possible to pass a CancellationToken when calling…
0
votes
2 answers

Azure Notification Hub not working on webform and MVC but works on ConsoleApplication

when i use this code in webform or MVC system keep hangs and stay in this line of code : AppleRegistrationDescription vb = await hubClient.CreateAppleNativeRegistrationAsync(token, new string[] { tag }); but in Console works fine this is my code…
Brad Kiani
  • 271
  • 1
  • 9
  • 20
-1
votes
1 answer

Azure notification hub limit for devices across multiple Hubs

We have a use-case where we want to register the same Mobile device to multiple Hubs within the same namespace using different tags.For example if I have namespace called N with Hubs H1 and H2 and a device D and I want to Register Device D with H1…
-1
votes
2 answers

How to use managed identity to connect to Azure Notification Hub?

In the docs they give an example of how to connect to a hub by using a connection string that contains a Shared Access Signature. So far in my app, I've been able to avoid storing secrets myself by just using managed identities. Is there a way to…
-1
votes
1 answer

Issue with notification hub

I am new to azure notification hub. I tried from the documentation. But not able to do the name . Need some help on this . Tried from the below link How to register devices to Azure Notification Hub from server side(with NodeJS sdk) ? Not sure…
-1
votes
1 answer

how to get device Id for FCM registration in xamarin

i am trying to connect xamarin app with Azure notification hub. for registration i am using this code in onTokenRefresh method. var client = new MobileServiceClient(App.MobileServiceUrl); var push = client.GetPush(); …
Raas Masood
  • 1,475
  • 3
  • 23
  • 61
-1
votes
1 answer

Xamarin and Push Notifications - Reason to use Azure Notification Hubs?

Good afternoon, I apologize in advance, as I know this is subjective. But, I'd very much love the opinion of a Xamarin expert. I'm building a mobile application for a client using Xamarin targeting Android and iOS devices. We have a .NET Web API…
-1
votes
1 answer

I can send notification by registrationId in NotificationHub Azure?

I need to send push notifications to specific user (Example "Messenger": when I send a message to a client, i will send a notification to alert the user). I use Azure NotificationHub, and i need send notifications to Android and IOS. In my research…
-1
votes
1 answer

Azure NotificationHub push notification doesn't work for Android 8.0 API 26

I implemented Azure NotificationHub push notification. I tested for a couple of devices. It works on these devices: Samsung J5 phone Android 7.1.1 (API 25) Samsung Tablet A Android 7.1.1 (API 25) But no push notification is received on a Samsung…
masiboo
  • 4,537
  • 9
  • 75
  • 136
-1
votes
1 answer

Since 03/12/1017 Not received notifications from azure notification hub

On sending test message (WNS) received back message:- The Notification was received and dropped by the Push Notification Service as device in disconnected state Everything has been fine for the last 2 years with no changes.
-1
votes
1 answer

How to upgrade the pricing tier of notifcation hub instance from free tier to basic tier

I am looking to upgrade the pricing tier of notification hub instance from free tier to basic tier. Is it possible to upgrade it using powershell script so that I will not have any downtime for the deployment.
santosh kumar patro
  • 7,231
  • 22
  • 71
  • 143
-1
votes
1 answer

Is it OK to refresh Expiration Date every time to send notification ?

Since a registration's expiration time is 90 Days. So I plan to check first for every concern devices/registration before sending any notification. Because I don't want to keep anything on server. However, I'm not sure if it's good idea to do Is it…
JunAh Pom
  • 9
  • 2
-1
votes
2 answers

Microsoft Azure NotificationHubs Installation failed

i got this problem when i try to install this package Microsoft Azure NotificationHubs in visual studio 2015 enterprise. image 1 image 2
-1
votes
1 answer

Azure Notification Hub access through Cordova

I am trying to use azure notification hub to register an ionic application for push notifications. I already have the entire backend setup with Azure, and I really enjoy the convenience of having all the tools in one place. However, I am having…
1 2 3
55
56