Content
Azure notification hub connection error
Problem statement - My working app stopped suddenly. I am invoking a notification hub from NodeJS azure function that was working earlier but now it throws this…


Azure Notification Hub SDK for Java still maintained?
Hi, is the Azure Notification Hubs SDK for Java still maintained? https://github.com/Azure/azure-notificationhubs-java-backend As the last release is from more than a year ago? I am asking this to decide if we should fork or not because there are…


How to fix quota exceeded using Notification Hub
Hello, When I try to register a new device I get 'The maximum number of devices has been reached or exceeded for the namespace.' error. I have a Basic subscription which allows 200K active users. When I check the Azure Portal I can see that I have 123K…


I would like to use Microsoft Azure Notification Hubs services
Good morning, I would like to use Microsoft Azure Notification Hubs services, to send push notifications on Android and iOS. It is application developed with MAUI. My first problem is the total absence of documentation, I would like to subscribe to your…


Can I send a template notification using Azure Notification Hub portal?
I'm evaluating ANH for use in our product and for our initial phase I want to test sending messages using the portal. I also want to use templates to send the notification but the documentation doesn't indicate whether this is possible via the portal.


Authorization Failure when sending Notification
I am trying to send Notification to a android device through Azure Notification Hub but i am getting Unauthorized(status code 401).Herre is the code for sending Notification. using System; using System.Collections.Generic; using System.Linq; using…
Can't properly update APNS credentials on Notification Hub
I am trying to update the APNS credentials for several notification hubs my company has in Azure Portal. I have generated the new .p12 certificate and given it a password, but when I try and upload the certificate, the following happens: In Azure…


Users Password expiry notification from Azure
Hi, Please It is possible to configure users to get Password expiry notifications, We have Azure AD Connect configured but would like users to get notifications for Password expiry


Since 11th March we get a lot of "The Apns certificate is expired" error even after uploading fresh certificate
Since 11th Match we get a lot of "The Apns certificate is expired" errors even after uploading fresh certificate. Notifications are delivered successfully. In Azure Portal -> Metrics : I see many "APNS Successful Notifications" …


Notification payload is invalid (WNS)
Hello, I have created a simple code to create and register notification template, I have tried several templates, ones from the examples provided from Microsoft and also an empty one. I use property Templates and method…
Failed to send test message. Error: {"error":{"code":"BadRequest","message":"WNS type is required (Parameter 'RequestHeaders')
Hi I'm moving on documentation https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-windows-store-dotnet-get-started-wns-push-notification I went through all the steps and successfully won the console in my c# application After a…


Active Device Registered for this notification hub
How I can see the lists of Apple (APNS) register and delete them manually? I went to portal.azure.com. I could not figure it out. Please guide me on how and where is an option so that I can get a list of Apple (APNS) registered and delete them manually.…


Notification Banner size
Is there a way to customize the size of the banner around the push notification? Could you make more urgent notifications bigger on the mobile app, or even make it so that the banner will not disappear on the mobile app until it is opened?


Azure Notifications Hubs 通知した際の識別できるIDを取得可能か。
Azure Notifications Hubsを利用する際にbackendにてAPIを作成し通知を実施した場合に以下のように識別できるIDが取得できる認識です。 String message = "{\"data\":{\"msg\":\"通知テスト3(android)\"}}"; Notification n = Notification.createFcmNotification(message); try…


Push notifications stopped being sent
Hello! The push notifications stopped being sent. I did not make any changes in the sending code or in the hub. What can be wrong? var result = await Hub.SendWindowsNativeNotificationAsync(toastBuilder.ToString()); result.State = Enqueued …


Unable to receive WNS notification if push with Notification-Hubs-java-sdk-1.0.3.jar
Hi, I'm trying to push WNS notification with Notification-Hubs-java-sdk-1.0.3.jar, but it doesn't work. Is there any ways to resolve it?…


Unable to receive WNS notification if push with Notification-Hubs-java-sdk-1.0.3.jar
Hi, I'm trying to push WNS notification with Notification-Hubs-java-sdk-1.0.3.jar, but it doesn't work. Is there any ways to resolve it?…
Unauthoized error 401 failed http request
I am trying to Create a Power Automate flow to register the device for push notifications using the Notification Hub. I got an error as Unauthorized with status 401. I have created a HTTP action, with method POST and specified the URL for the…


Why is my notification hub message not being send to APNS?
When using the Visual Studio Server Explorer > Notification Hubs > Device Registrations, I can see my device is registered with some tags and is not expired. However, when sending a test message to a recipient with a corresponding tag, it says…


What is the proper syntax for a Firebase notification token?
Having received a token from Firebase for a device to be a targeted notification receiver, is the entire token string used for sending the notification? A sample of a token being received is "com.google.android.gms.tasks.zzw@bcc29d8". The first…

