首页 > 解决方案 > 如何在 AppCenter 中返回通知

问题描述

我是 Xamarin 开发人员

我尝试通过 AppCenter 发送通知。

所以我成功发送 AppCenter - 我的应用程序。

但是我的应用程序 - 应用程序中心 - 我的应用程序通信不起作用。

第一个 My App - AppCenter 很好,但 Appcenter - My App 无法接收通知。

在此处输入图像描述

var receiptInstallID = new Dictionary<string, string>
                {
                    { "xxxxxxxxx", "Android" },
                };

            AppCenterPush appCenterPush = new AppCenterPush(receiptInstallID);

            await appCenterPush.Notify("{YOUR_TITLE}", "{YOUR_MESSAGE}", null);

有什么想法吗?

标签: xamarinnotificationsvisual-studio-app-center

解决方案


推荐阅读