-
In the old package (before the .net standard) we use to be able to do something like:
```
var namespacemanager = NamespaceManager.CreateFromConnectionString(connectionString);
namespacemanager.GetN…
-
Are there any plans to publish this in the Maven repository to make it easier for developers that use Maven for their builds to reference Notification Hubs?
Thanks!
Dan
-
No reason to use "BootDiagnostics" in one, and "BootDiagnostic" in the other:
```powershell
Set-AzVMBootDiagnostics
Set-AzVmssBootDiagnostic
```
-
### Which service(blob, file, queue) does this issue concern?
blob
### Which version of the SDK was used? Please provide the output of `pip freeze`.
From Azure Notebooks
absl-py==0.7.0
adal==1.…
-
Miss some code that I want to add here:
1. After creating MyFirebaseIDService you will need following namespaces:
**using Android.Util;
using WindowsAzure.Messaging;
using Firebase.Iid;…
-
As discussed in https://github.com/Azure/azure-mobile-services/issues/812 the Messaging Framework is no longer included in the iOS SDK downloads for mobile services/apps. iOS users need a convenient w…
-
Unable to set up local environment following the instructions in https://github.com/rtcharity/eahub.org
```
argo@argo:~/PycharmProjects/eahub.org$ docker-compose run web django-admin createcontain…
-
There is a lot of information floating around regarding the impending deprecation of GCM in favor of FCM. What does this mean for NotificationHubs .NET SDK users? We are creating/updating registration…
-
Thank you for this important document - would you please clarify the following?
Scenario:
Say that I am building an Android app in Cordova. I am using GCM in my app. It works fine now.
Question …
-
Hi team,
Here is a issue that serial create notification_hub_namespace and hub failed.
It might because namespace created but not returned in time so hub can't found namespace_name sometimes in crea…