Content
How do I remove devices from my Notification Hub via the Azure portal?
I would like to manually manage the list of Active Devices on my Notification Hub. Even as Service Administrator I don't see any option for that in the Azure portal. An alternative solution would be to do this via the Visual Studio Server Explorer.…


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.…


What limits cause the QuotaExceededException in Azure Notification Hubs
I am looking for documentation on an exception I got with Azure Notification Hub. I get the "QuotaExceededException" when requesting the "GetInstallationAsync" endpoint multiple times. There does not seem to be any documentation…


Azure app - Push notification issues on iPhone 13
I am not receiving notifications from the Azure app after changing my phone from iPhone 7 (IOS 13) to iPhone 13 (IOS 16). When I test the action group, the notification is received on the old phone and on an iPhone 8 (IOS 16), but not on the new one.…


Azure Notification Hub REST: Getting error "Failed to parse RegistrationDescription Expected text/cdata" on iOS template registration
Our iOS create registration was working fine till last week and is failing now with the following error: <Error xmlns:i="http://www.w3.org/2001/XMLSchema-instance">__<Code>400</Code><Detail>Failed to parse…


Cannot send iOS notifications from Azure notification hub.
We're able to send notifications to iOS devices from FCM, but not from Azure notification hub. When sending a test notification to iOS devices, we get either "Message was successfully sent, but there were no matching targets" or "The…


Missing Notification Hub
I have (had) a working Notification Hub Namespace and Notification Hub. But when I look at the Notification Hub Namespace now under "Notification Hub" it says "No results" (I did wait until the page finished loading). If I try to…


Notification Namespace Push Error "The remote name could not be resolved"
This may or may not be related to https://learn.microsoft.com/en-us/answers/questions/1283383/missing-notification-hub as both problems have recently occurred. The only other background information is that my April Visual Studio monthly credit of $150.00…
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…
What happens when I update the Registration TTL for Azure Notification Hub for expired registrations
I want to update the registration ttl of a Notification Hub, but want to know if the old registration (expired based on the new ttl) will be auto deleted or not, and if not how to delete them ?


ClassNotFoundException Azure Notification Hub SDK for Java
A fix has been released recently however it introduced a different ClassNotFoundException. Is it therefore possible that someone takes another look? I created a new issue for the new ClassNotFoundException:…


Azure Notification Device Registration is not working
We have create api where we have return logic to register device using await CreateOrUpdateInstallationAsync(installationid, cancellation-token), this method run successfully and does not throw any error, but device is not getting registered. The same…


Pusher.com service equivalent in Azure
Is Azure NotificationHub akin to that of Pusher.com service ? Pusher.com is super simple to implement. Wondering if Azure has a similar service.


sending push notifications is not working anymore
Unexpected exception encountered TrackingId:23588b36-0c6e-4a26-a2a5-86658307f766,TimeStamp:2023-04-24T12:08:06.1874092Z


[Azure Notification Hub - APNS] Could not send a push notification due to unknown error.
Hi all, Let me summary my case as below: A notification hub namespace with Basic plan A notification hub is created in a notification hub namespace for each mobile application (iOS and Android). Each Mobile application (iOS and Android) has been…


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 …


If use Baidu push, only receive the same message. "Message From Baidu Cloud Push-Service"
When I send a Baidu push using Text Send from the Azure console, i receive only the same push notification continuously as in the attached image. But, I have confirmed that it is received normally when sending a push using the Baidu Server SDK. How…


Problem while registering my device to azure notification
I have a problem registering a device from a specific server ip. It's like azure notification have some whitelist and denies my petition. I have set up a notification center and a name space for the notification center.


Send a test push notification. Error Code: GatewayTimeout
I had my notification client registered and was able to send notifications normally, suddenly, I tried again and I am getting this all the time (tried many times over 4 hours period): Error code: GatewayTimeout Message: The gateway did not receive a…


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…

