263 questions with Azure Notification Hubs tags

Sort by: Updated
1 answer

Can't register or receive Notifications from Hub on iOS Device

Hi, I have setup a Azure Notification Hub in my Xamarin.Forms project. It's work fine on Android but it's not working on iOS. I have following all the instructions but still something is missing or wrong... The RegisteredForRemoteNotifications method…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
asked 2020-12-31T08:58:01.443+00:00
Hao 1 Reputation point
answered 2020-12-31T14:42:56.477+00:00
Wendy Zang-MSFT 6 Reputation points
2 answers One of the answers was accepted by the question author.

Configuring hubs and Namespaces

We have different bundle ids for public and Enterprise versions of our app and it has both android and iOS versions. What would be the recommended configuration of namespaces and hubs. Would the below approach work? Public App Namespace 1 - Hub 1 -…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
asked 2020-12-10T08:04:33.027+00:00
Sreejit Vijayan 21 Reputation points
commented 2020-12-17T04:58:28.487+00:00
Sreejit Vijayan 21 Reputation points
1 answer One of the answers was accepted by the question author.

Cannot handle push notifications

I have a Xamarin.Forms app that uses push notifications. For Android, the following line: (App.Current.MainPage as MainPage)?.AddMessage(body); that is called from Android native OnMessageReceived(), throws NullReferenceException. Why can this…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
asked 2020-12-10T14:46:48.77+00:00
Dmitriy Reznik 236 Reputation points
commented 2020-12-14T12:56:28.127+00:00
Dmitriy Reznik 236 Reputation points
0 answers

Azure Notification Hub - Gateway Timeout

We're in process of switching notifications from AppCenter to Azure Notification Hub. Everything's has been going well except all of the sudden now I get the following error message: Failed to send test message. Error:…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2020-11-30T16:31:29.827+00:00
Johny B 21 Reputation points
commented 2020-12-02T19:38:02.823+00:00
Johny B 21 Reputation points
0 answers

Using Registration ID to update tags [droid / ios]

Hi, We are migrating from Appcenter Push to Azure Notification Hub. We have this interface that is implemented for both platforms [ios and droid] public interface INotifications { void OpenSettings(); …

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2020-11-24T13:37:55.057+00:00
Johny B 21 Reputation points
commented 2020-11-24T17:22:24.497+00:00
Johny B 21 Reputation points
1 answer

Azure Notification not working window app based

Hi I tried to use windows app based notification using azure Created Developer Portal Created the App On product management WPN/MSPN click and clicked on Live Services site. Copied the Application Secrets and Package SID In Azure Portal…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2020-11-05T13:24:48.227+00:00
Murali J 1 Reputation point
commented 2020-11-23T22:26:31.72+00:00
Ryan Hill 25,826 Reputation points Microsoft Employee
2 answers

Azure Hub Notifications aren't received on iPhones - Sandbox

We had followed the below documentation to integrate Azure Notification Hub with Xamarin Forms app. The notifications are received on Android, but the same notifications aren't received on iPhones (OS : 12+, 13.6, 13.7, 14+) The notifications are…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2020-10-07T14:30:10.057+00:00
PrasanthV 1 Reputation point
answered 2020-10-14T00:30:33.753+00:00
Grmacjon-MSFT 16,101 Reputation points
1 answer

Azure notification hub 1.1.1 killed app problem

I am using the last ANH sdk the 1.1.1 i am getting the push when the app is in foreground or background but the only problem is when the app is killed the notification are not showing . FYI i use a NotificationListener to detect the push and the…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2020-09-27T01:28:21.857+00:00
Bouraoui Mansouri 1 Reputation point
answered 2020-10-07T15:03:17.737+00:00
sadomovalex 3,626 Reputation points
0 answers

Microsoft.Azure.NotificationHubs.Messaging.MessagingException: Unexpected exception encountered

I have put our notification implementation into production and it has been working fine, however I am randomly getting MessagingException errors, and in the last 10 minutes I am continually getting this exception. As you can see it originates from…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2020-10-01T12:59:22.35+00:00
Chris Lamont 11 Reputation points
commented 2020-10-01T20:55:05.123+00:00
Ryan Hill 25,826 Reputation points Microsoft Employee
3 answers One of the answers was accepted by the question author.

Notification Hubs :FCM Message

Hi I've successfully sent push notification to the android device using the method "NotificationHubClient.SendFcmNativeNotificationAsync(string jsonPayload, string tagExpression)" from Asp.net core backend, but not able to set some of the…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,900 questions
asked 2020-07-28T11:23:48.907+00:00
Chandra Mohan 461 Reputation points
answered 2020-09-26T17:53:24.347+00:00
ENRICO FACCHINETTI 6 Reputation points
1 answer

Send notifications to Universal Windows Platform apps (C++ win32 app converted with Desktop Bridge) using Azure Notification Hubs

I am unable to install WindowsAzure.Messaging.Managed to my C++ win32 project. I have tried install WindowsAzure.Messaging.Managed to a C# dll project, but it also require the C# project to be Universe Windows which can not be invoked by c++ win32 app.…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2020-09-21T13:00:35.763+00:00
bvp 11 Reputation points
answered 2020-09-22T18:28:18.993+00:00
SnehaAgrawal-MSFT 18,366 Reputation points
2 answers

Test and Production environments in Azure

We are developing a Mobile App. We are going to use Hub Notifications and send Notifications from Back End to each mobile with the App Installed. We have 3 environments before deploying in Production environment. For example: Develop…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2020-08-26T15:49:19.273+00:00
Jonathan Porras 1 Reputation point
answered 2020-08-28T15:43:13.007+00:00
sadomovalex 3,626 Reputation points
1 answer

Call Apple Notification and return error 404: No service is hosted at the specified address

Hi, I call Apple Notification, and I use the jar the official site support, but it return the error 404, and return a XML response that No service is hosted at the specified address, and I debug the params and sure that the params is follows…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2020-08-17T09:56:54.9+00:00
Qixiang Chen 1 Reputation point
commented 2020-08-20T03:56:43.477+00:00
Qixiang Chen 1 Reputation point
0 answers

Hub.UnregisterAll callback is never called

I am trying to integrate Azure Push into a Xamarin.Forms iOS app. I follow the sample code as it is written: https://learn.microsoft.com/en-us/xamarin/xamarin-forms/data-cloud/azure-services/azure-notification-hub#configure-ios-for-notifications. …

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2020-08-04T16:13:37.717+00:00
odinhaus 1 Reputation point
commented 2020-08-11T07:36:02.543+00:00
SnehaAgrawal-MSFT 18,366 Reputation points
0 answers

Push Notification - Updating the app badge count doesn't work via APNS

Currently, we can receive alerts with no problem but when we do a "badge" count update it doesn't work. There are no errors on the push notification service either so we can't pinpoint the cause. We are doing backend device management so all…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2020-07-28T02:32:16.55+00:00
Anonymous
commented 2020-07-31T04:45:50.51+00:00
SnehaAgrawal-MSFT 18,366 Reputation points
2 answers One of the answers was accepted by the question author.

Microsoft Azure Notification Hubs SDK Apple TV support

In the branches for v3 there is some scaffolding done for building the framework for Apple TV as well, but the latest preview doesn't support Apple TV. https://github.com/Azure/azure-notificationhubs-ios/blob/v3-preview4/Scripts/build-tvos-framework.sh…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2020-07-20T07:43:37.367+00:00
Erik Zuidema 21 Reputation points
commented 2020-07-27T14:17:46.157+00:00
Ryan Hill 25,826 Reputation points Microsoft Employee
1 answer

Azure Notification Hub

Hi. I have been trying to solve somethig but I have not had good luck. We are developing a Mobile Application with Xamarin. Our App have the next requeriments: User Download and install the App in his/her Smartphone When the…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2020-07-13T22:42:51.183+00:00
Jonathan Porras 1 Reputation point
commented 2020-07-20T08:53:56.303+00:00
ajkuma 22,411 Reputation points Microsoft Employee
3 answers One of the answers was accepted by the question author.

Sending Azure Security alerts to separate email address other than Global Admins?

People, As a member of the Global Admins in Azure I get bombarded by emails from Azure regarding Security alerts, etc..., however, most of the time it is not checked since the account is separate AD account with F3 license (2 GB mailbox quota that…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,807 questions
Azure Information Protection
Azure Information Protection
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
517 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,201 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,900 questions
asked 2020-07-09T06:16:29.73+00:00
EnterpriseArchitect 4,741 Reputation points
answered 2020-07-09T07:09:02.187+00:00
EnterpriseArchitect 4,741 Reputation points
1 answer

azure notification hub available in my region?

I'm developing a project where computing equipment needs to send notifications and alerts to employees cellphones, via local network and cloud, i want to know if we can use azure products from my region, Mexico, Baja California, i need to know the…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2020-06-16T18:43:29.627+00:00
jorge alberto nuñez cuevas 1 Reputation point
answered 2020-06-16T22:04:08.527+00:00
Leon Laude 85,666 Reputation points
3 answers One of the answers was accepted by the question author.

Azure Notification Hub Application mode using production fails

I followed this tutorial and got the notification hub working for my app in sandbox mode and "Token" is used as authentication method. …

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2020-06-01T06:17:44.603+00:00
marc 96 Reputation points
accepted 2020-06-11T20:16:04.027+00:00
marc 96 Reputation points