hms-push-serverdemo-csharp
hms-push-serverdemo-csharp copied to clipboard
C# sample code encapsulates APIs of the HUAWEI Push Kit server. It provides many sample programs for your reference or usage.
According [Dev Spec](https://developer.huawei.com/consumer/en/doc/HMSCore-References/https-send-api-0000001050986197), there are 2 variants for sending push messages: - v1 API (app-level) - v2 API (project-level)
Issue: I am currently working with the Huawei AGConnectAdmin library, and I noticed that there is no corresponding NuGet package available for easy integration into projects. I have included the...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
这个SDK不支持类似firebase batch send 的 SendAllAsync(IEnumerable message)? 
我尝试了demo的通知栏消息。 1. 没有提示声音 2. 亮屏情况,没有通知展示 3. 锁屏情况没有横幅 使用官网的测试页发送都正常。 请问,我们的SDK 要怎么样设置可以有这些效果。
Noticed that if calling RequestAccessTokenAsync method end up in TaskCanceledException all further requests will also ended the same way as accessTokenTask won't be assigned to null, so added try finally...
Fixing duplicate of `/v1`in URI when subscribing/unsubscribing to a topic. When configuring `AGConnectApp` with `ApiBaseUri` the default value of the URI already contains `/v1`, and since it was present in...
The creation method is private `private static AGConnectApp Create(AppOptions options, string name) `