295 questions with Azure Notification Hubs tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

What Roles Are Necessary for Push Notification Channel Creation and Use?

Are there any groups, users and/or role assignments currently needed to enable registrations for using a notification hub from a UWP app? I am currently getting 0x000006d9/EPT_S_NOT_REGISTERED when attempting to create a channel which I wasn't getting…

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.
295 questions
asked 2021-02-21T02:14:40.853+00:00
Marc George 21 Reputation points
commented 2021-02-25T20:13:49.527+00:00
Marc George 21 Reputation points
1 answer

Azure push notifications sent. However, not received by iOS app.

I'm trying to figure out why when I send test notifications from the azure notification hub to my iphone, I get a success message on Azure, however, I see no notification on the app at all. The following is the document I referred to for setup …

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.
295 questions
asked 2021-02-25T08:01:08.213+00:00
Shay 1 Reputation point
commented 2021-02-25T12:04:30.06+00:00
ajkuma 24,396 Reputation points Microsoft Employee
0 answers

Difference in documentation for Azure Push Notifications in Xamarin

I am trying to understand why there are two pages that seem to document the process developing push notification capabilities in Xamarin …

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.
295 questions
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,321 questions
asked 2021-02-25T07:51:26.927+00:00
Shay 1 Reputation point
1 answer

How to do bulk update of tags on notification hub

Currently my hub holds 2lakh devices and I need to update these devices with a tag. How can I achieve 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.
295 questions
asked 2021-02-23T10:43:11.057+00:00
Geethu Jose 1 Reputation point
commented 2021-02-24T17:21:28.213+00:00
SnehaAgrawal-MSFT 19,921 Reputation points
1 answer

AzureNotification hub Registration is not working

Azure registration is not working, actually it was worked fine till last week. Suddenly registration is failing but we are able to send messages to existing registrations.

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.
295 questions
asked 2021-02-19T09:33:25.57+00:00
Geethu Jose 1 Reputation point
commented 2021-02-22T11:01:08.203+00:00
ajkuma 24,396 Reputation points Microsoft Employee
1 answer

Push Notification Practices?

I have been wanting to leave OneSignal for my Xamarin.Forms app for a while now due to slow updates to their libraries, especially Xamarin.Android ones. I've been looking into alternatives including Azure Notification Hubs but there are some things…

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.
295 questions
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,321 questions
asked 2021-02-09T22:25:57.277+00:00
Alex Kozler 6 Reputation points
commented 2021-02-17T06:26:13.323+00:00
SnehaAgrawal-MSFT 19,921 Reputation points
1 answer

Not reciving notification while using userTags in notification hub

Registered a device in hub with user tags and I found the device is successfully registered in hub with tags using GetRegistrationsByChannelAsync().While sending the message, the azure notification hub metrics shows the incoming message count but…

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.
295 questions
asked 2021-02-08T05:16:06.537+00:00
GJ 1 Reputation point
commented 2021-02-10T23:08:40.963+00:00
brtrach-MSFT 15,786 Reputation points Microsoft Employee
0 answers

Azure notification hub - unexpected exception when sending notification

Resently the Azure Notification hub has started to fail when I try to send notification: NotificationOutcome outcome = await m_hub.SendAppleNativeNotificationAsync(GetiOSPayload(head, body), tag); I found similar reports and updated to .net 4.8 - but…

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.
295 questions
asked 2021-02-03T06:18:42.32+00:00
Thøger Lyme 1 Reputation point
commented 2021-02-03T23:10:52.207+00:00
Grmacjon-MSFT 17,286 Reputation points
1 answer

Azure Notification Hub Exception:Error: 4668:error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version:openssl\\ssl\\s23_clnt.c:658:\n]

var azure = require('azure'); var hub = azure.createNotificationHubService('hubName','connectionString'); getting error on hub.listRegistrationsByTag(userId, registerPushIdentifier); message":"[Error: 22432:error:1407742E:SSL…

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.
295 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,285 questions
asked 2021-01-28T14:00:36.75+00:00
Patil, Deepak 1 Reputation point
answered 2021-02-01T21:35:15.677+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

Azure Notification Hub のエラーに関する確認

Azure Notification Hub のエラーに関するご確認になります。 弊社システムからAzure経由でのプッシュ通知の送信のためリクエストを投げたところ以下のエラーが返却されております。 「Received fatal alert: protocol_version」 こちらについて原因、もしくは原因の調査方法などご教示いただければと思います。 よろしくお願いいたします。 Translated to English: Check for errors in…

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.
295 questions
asked 2021-01-27T00:16:59.697+00:00
上野 冬樹(ueno_f) 1 Reputation point
commented 2021-02-01T05:28:44.103+00:00
SnehaAgrawal-MSFT 19,921 Reputation points
1 answer One of the answers was accepted by the question author.

Creating a notification hub

I am trying to create a notification hub in Azure. I do the following: I go to all services. Choose Mobile Choose Notification Hubs This takes me the screen "Welcome You Azure" ("Don't have a subscription here are your…

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.
295 questions
asked 2021-01-23T22:28:40.327+00:00
jeff_hoffelner 21 Reputation points
accepted 2021-01-28T13:51:12.523+00:00
jeff_hoffelner 21 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Notification Hub Exception: Could not create SSL/TLS secure channel

Hello, Since yesterday I have been having problems with my Azure Notification Hub instance. All the messages sent to my Android app are being dropped because the NotificationHubClient.SendFcmNativeNotificationAsync throws the following exception:…

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.
295 questions
asked 2021-01-15T18:39:42.897+00:00
Mircea Deliu 31 Reputation points
commented 2021-01-19T15:53:49.26+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
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.
295 questions
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,321 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.
295 questions
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,321 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.
295 questions
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,321 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.
295 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.
295 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.
295 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 26,866 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.
295 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 17,286 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.
295 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,631 Reputation points