azure-notificationhub Questions
4
Solved
I am following this Microsoft Guide to migrate from GCM/FCM notifications to FCM v1.
From the guide, I -
1.Configured the Firebase Service Account Credentials in Azure Notification Hub
2.Updaeted b...
Victoriavictorian asked 16/4 at 11:55
2
Solved
I have configured a notification hub using Azure portal for implementation of push notifications for mobile apps. On navigating to the Access Policies section, I see couple of policies with names: ...
Czernowitz asked 18/11, 2016 at 19:23
10
Solved
I created a Service Bus / Notification Hub in my Azure Portal.
Now I'm trying to use the Azure REST API with Postman based on this doc :
https://msdn.microsoft.com/en-us/library/azure/dn223265.asp...
Declamation asked 13/8, 2015 at 12:25
3
Solved
I'm creating a Xamarin project to test Azure Notification Hub, but I'm having trouble going through the steps in this article
Under the section "Create a Firebase project and enable Firebase C...
Sining asked 8/6, 2022 at 0:20
6
Im trying to set up push notifications with Azure at the moment but every time i go and try to set up a notification hub, it gives me an error saying the "Namespace already exists. Please enter a d...
Msg asked 27/6, 2016 at 10:46
3
Solved
How can I get Device Unique Id in Android and iOS using c# in Xamarin Froms? I am using Azure Notification Hub for sending Notification. I am referring this blog. But in Android I am not able to fi...
Fathomless asked 8/5, 2018 at 11:47
3
Solved
I have created an Azure notifications hub and an API that allows users to register for notifications via the API. This all seems to work without any errors, but I cannot find a way to interrogate t...
Humerus asked 8/2, 2017 at 14:11
1
Solved
After upgrading Xamarin.Azure.NotificationHubs.Android Nuget from ancient 0.6 to 1.1.4.1 (which involves also upgrade from Support libs to AndroidX) in my App - Everything is OK without Azure Notif...
Selftaught asked 5/2, 2021 at 22:44
1
I am using azure notification hub in my android app.
after following all procedures i am getting an error.
import com.microsoft.windowsazure.messaging.*;
is not detected.
and private Notificatio...
Pelson asked 5/12, 2015 at 10:22
1
I have successfully implemented Azure Function, which sends push notifications to NotificationHub for Android, iOS and UWP. During the testing I discovered that when Android device is in Doze mode ...
Ballistics asked 28/5, 2020 at 14:50
2
We are using an Azure function to send push notifications via Azure NotificationHubClient. This function is called a lot at peak times on live environment and as a result we got a lot of SocketExce...
Kimberleykimberli asked 27/3, 2020 at 12:54
1
What is the correct way to use the c# Azure Notification Hub Client?
We are using this in a very high usage server sending millions of pushes a day.
I would like to know if we should recreate the...
Layamon asked 8/4, 2020 at 9:39
3
Solved
I am trying to add APNS connection in Azure Notification Hub with Token as authentication mode.
I have searched around but I am not able to find any guides anywhere to make this work.
Maybe someo...
Billiards asked 9/5, 2017 at 12:59
2
Solved
So it seems that in the spirit of having documentation all over the place, docs.microsoft has once again taken the cake.
Looking into sending push notifications, I came across these two pages:
h...
Funambulist asked 25/5, 2018 at 7:16
2
Solved
Using NotificationHubClient I can get all registered devices using GetAllRegistrationsAsync(). But if I do not use the registration model but the installation model instead, how can I get all insta...
Assiduity asked 29/6, 2016 at 19:42
2
I am not able to upload a .p12 for APN. and this is the error message I received. Any idea what cause this error?
SubCode=40000. Failed to validate credentials with APNS. Error is The credentials ...
Athiste asked 21/4, 2014 at 3:48
0
Sometimes notifications aren't received, but Azure gives back 'Enqueued' as the result of 'SendTemplateNotificationAsync'. I log everything in a database. I've checked the FCM registration token in...
Warden asked 18/9, 2017 at 14:56
3
Solved
I am following This Post to work with azure notification hub. What i am trying to do is creating the web api that registers the devices with the Azure notification hub. When i send the request for ...
Papua asked 27/6, 2014 at 5:47
1
Solved
For user requeriments the backend must be PHP and the app client is in Ionic 2. Based on:
https://msdn.microsoft.com/en-us/library/azure/dn223265.aspx
https://github.com/Azure/azure-notificationhu...
Stapleton asked 3/8, 2017 at 1:57
3
Solved
Now I'm using PushSharp library to send Apple push notifications (through APNS), but I want to migrate to Notification Hubs for robustness and scalability.
I'm planning to implement sending notifi...
Mungo asked 23/5, 2014 at 7:52
2
Solved
I am experimenting with Azure Notification Bus, and my goal is to have a WebApi service sending push notifications upon specific events triggered by controller actions.
I was wondering where would...
Buttocks asked 2/9, 2013 at 11:0
3
I'm having a problem with unregistering notification hub from Azure.
I'm using method unregister() like this :
gcm = GoogleCloudMessaging.getInstance(getApplicationContext());
String connection...
Munos asked 24/3, 2015 at 10:14
2
Recently, every time I try to add or modify the GCM API Key in an Azure Notification Hub, I get the following error:
SubCode=40000. Failed to validate credentials with GCM. The remote
server re...
Ophthalmoscope asked 7/9, 2016 at 21:49
2
I'm currently replacing PostSharp with Azure Notification Hub as post sharp seems to have stopped working in Azure. I have setup my app and it registers its device tag with Azure. I have tested a p...
Traynor asked 14/10, 2016 at 21:15
2
Solved
I'm trying to implement my C# backend's communication with Notification Hub. I've read almost every tutorial about Azure Notification Hub, and I can't find a decent tutorial that explains what actu...
Garver asked 24/10, 2016 at 6:10
1 Next >
© 2022 - 2024 — McMap. All rights reserved.