MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.28k stars 21.46k forks source link

Missing Notes #8536

Closed mahavirsinhpadhiyar closed 5 years ago

mahavirsinhpadhiyar commented 6 years ago

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; using Android.App; using System.Collections.Generic;

  2. After creating MyFirebaseMessagingService you will need following namespaces: using Android.App; using Android.Content; using Android.Util; using Firebase.Messaging; using System.Linq;

  3. After adding Constants file where doc tell us to add connection string and hub name some people remove <> this sign as well. You don't have to remove <> sign just put your value inside that.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

BryanTrach-MSFT commented 6 years ago

@mahavirsinhpadhiyar Thanks for the feedback! I have assigned the issue to the content author to investigate further and update the document as appropriate.

ernestochaves commented 6 years ago

also, where do we get WindowsAzure.Messaging; from? Is it a nuget package?

dramos1138 commented 6 years ago

Yes, the WindowsAzure.Messaging package give me an error: El paquete WindowsAzure.Messaging 0.1.7.4 no es compatible con monoandroid80 (MonoAndroid,Version=v8.0). El paquete WindowsAzure.Messaging 0.1.7.4 admite: win8 (Windows,Version=v8.0) 0 0 IntelliSense

jwargo commented 5 years ago

@BryanTrach-MSFT please close.

jwargo commented 5 years ago

@ernestochaves why the frown? The question has been answered and the issue is very old. Do you need any additional information?

ernestochaves commented 5 years ago

I guess because my question and @dramos1138's look unanswered. Maybe its in the docs right now so don't worry about me. I've pretty much abandoned or paused all my xamarin development. Thanks

jwargo commented 5 years ago

@ernestochaves sorry about that - to your question, yes, it's in the nuget, we just published an update to it within the last few weeks or so. @dramos1138 question was in June of last year, so I'm assuming he's moved on as well - that's why I closed it. If you try out the latest (https://github.com/Azure/azure-notificationhubs-dotnet) and still have issues, open a new issue. Right now, almost a whole year's passed and we've made updates to the SDK and the docs, so that's why I closed it.