I can not pass the Academic Verification
I can not pass the Academic Verification,it says"Your email domain is not currently registered with us. You can choose another verification method.".I have already passed the github education verification
Azure Notification Hubs
How to send message between Firebase Cloud Messaging and Azure Notification Hub?
Hi, I have a difficulty when try to send the notification to Notification Hubs. My Android App is already connected to Firebase and will get the new token from Firebase (FCM Token). I registered the Token to Notification Hubs successfully and tried the…
Azure Notification Hubs
I can't bump my Notification Hub Pricing tier
When trying to bump a notification hub pricing tier from Free to Basic using the Azure portal or the az cli with this command: az notification-hub namespace update --sku Basic --resource-group rg-keyboardy -n "nhns-keyboardy" I get this…
Azure Notification Hubs
Notification Hub doesn't save installations nor registrations.
I am using the Azure Notification Hub REST API to work with notifications, but the /installation (for create and overwrite) endpoint doesn't seem to create the installations, while it returns a success response. I cannot read the installations after…
Azure Notification Hubs
Availability zone enabled for notification hub even when explicitly disabled
I created a notification hub without availability zone: It started a deployment with zoneRedudancy Disabled: Then it create a notification hub with availability zones enabled: How to deploy a notification hub with the parameter I requested ?
Azure Notification Hubs
Sentinel SIEM & NetApp ONTAP autonomous ransomware protection events
I'd like to include all events that are created by NetApp Autonomous ransomware protection for on-premise NetApp filers into Azure Sentinel. Is there a way to do that?
Azure Notification Hubs
_hubClient.CreateOrUpdateInstallation fails silently
var _hubClient = NotificationHubClient.CreateClientFromConnectionString(hubConnString, hubName, true); var testInstallation = new Installation { InstallationId = deviceid, Platform = NotificationPlatform.FcmV1, PushChannel = deviceid, Tags = new…
Azure Notification Hubs
Azure Notification Hubs: Unable to register device using "Create or overwrite an installation" REST API
We are experiencing issues with registering devices in our Azure Notification Hubs using the "Create or overwrite an installation" REST API. Although the API returns 200, the device doesn't get registered, and the "Installation GET"…
Azure Notification Hubs
CreateOrUpdateInstallation metric count increasing when sending to an installation id
This way of sending notifications seems to be burning through our 10m (Standard tier) quota for registrations. What is the reason for this as this seems very odd.
Azure Notification Hubs
WNS: The Notification payload is invalid
I'm trying to send WNS toast notifications via Azure Notification Hubs, but every test fails with the error "The notification payload is invalid" (see screenshot). Raw notifications, however, are delivered successfully, which suggests the issue…
Azure Notification Hubs
Notification Hub Installations not being created or deleted
In the last few days, Notification Hubs have no longer been listening to any requests made to the 'installation' components, while not throwing errors. For example, if I were to create a new installation, it will succeed (200 response) however I will not…
Azure Notification Hubs
Azure
Why Notifications Fail in Azure Notification Hub and How to Fix Them
I'm using Azure Notification Hub to send Web Push Notifications. When I use VAPID_PRIVATE_KEY and VAPID_PUBLIC_KEY directly and web-push, notifications work correctly on my website and I receive them on my Windows device. However, when I try to send…
Azure Notification Hubs
Notification Hub - Can't add WNS service - Invalid WNS credentials
https://learn.microsoft.com/en-us/azure/notification-hubs/create-notification-hub-portal. I need to push a WNS to my UWP app, and follow the guide above like belows. First, add a new App on Store, get the SID. Second, go to Azure and find the App, Then,…
Azure Notification Hubs
Android Push notification not delivered, Not sure if the Device registration was successful.
I've triple checked all of the settings for google FCM V1, checked the server implementation. The registration request succeeds according to the debug log but when I try to send a test notification the ui shows 0 of 0 sent and no notification is…
Azure Notification Hubs
Microsoft.Azure.NotificationHubs does not register Android and iOS Devices
We are running a .NET 4.8 server application that is handling APN and FCMv1 registrations for our Android and iOS Client devices. This server application uses the Azure Notification Hubs Nuget-Package to do so, while we construct the necessary…
Azure Notification Hubs
SendFcmV1NativeNotificationAsync is missing in INotificationHubClient
I'm trying to use the dependency injection when using the NotificationHubClient, for this I'm trying to use the INotificationHubClient but there the method SendFcmV1NativeNotificationAsync is missing while it is available in it's implementation…
Azure Notification Hubs
Call to NotificationHubClient.SendTemplatenotificationAsync() returns ServiceUnavailable response
Our calls to NotificationHubclient.SendTemplatenotificationAsync() had been working up until yesterday. With no changes to the service making calls to NotificationHubClient.SendTemplatenotificationAsync(), We started receiving the below errors. Our…
Azure Notification Hubs
Cannot send a Toast Notification through Notification Hub Error: The Token obtained from the Token Provider is wrong
I have set up a Notification Hub and have configured my app as described in this tutorial: https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-windows-store-dotnet-get-started-wns-push-notification . I have configured the app…
Azure Notification Hubs
Azure Notification Hub REST API to get all registrations using paging with continuation token not working
Hi, I'm using the GET all registrations API and there's a lot of registrations so i'm paging using the documented x-ms-continuationtoken but, I keep getting duplicates like it's not paging. The token doesn't change in the response on each request (not…
Azure Notification Hubs
iOS devices don't receive notifications for some templates
We use seven tags and twelve templates to send notifications to devices. For Android devices, this works without any issues. However, for iOS devices only, some templates don't receive any notifications. The templates that don't receive notifications…