简体   繁体   中英

How to use Notification Hub on UWP?

Why cannot I install Microsoft Azure Notification Hub library and (or) Microsoft Azure Service Bus through NuGet into Universal Windows app project? In Windows 8.1/Phone 8.1 apps all works perfectly, not like in Windows 10.

As of July 2016 Notification Hubs SDK is not available for UWP. The product team is aware of it and working on providing it.

At the moment, there are two ways to workaround it:

@quillaur, certain Hubs SDKs are open sourced . But, unfortunately, not Windows ones at the moment.

What do you mean that notification I'm not ready to know you want to do and I know that you can use ms cloud to push info

[DataContract]
public clas OAuthToken
{
    [DataMember(Name="access_token")]
    public string AccessToken{set;get;}
    [DataMember(Name="token_type)]
    public string TokenType{set;get;}

}

And win10 UWP may download the library in GitHub but I can't find it now.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM