PushSharp.Google-发送通知时GCM授权失败

时间:2018-08-30 07:38:24

标签: c# push-notification .net-core android-emulator pushsharp

我正在尝试向Android设备发送推送通知。

我的配置如下:

var config = new GcmConfiguration("Key");
config.GcmUrl = "https://fcm.googleapis.com/fcm/send";
var provider = "FCM";

PushSharp软件包:

<PackageReference Include="PushSharp.Core" Version="1.0.0" /> 

密钥值是从应用程序Firebase控制台的settings \ general下获得的。

查看所附图片: enter image description here

0 个答案:

没有答案