注册设备并接收通知的 Azure 通知中心示例



我正在寻找 Azure 通知中心示例 - 注册设备(获取令牌( - 并接收通知(通过注册过程中的令牌(

有没有人在 C# 或 node 中有一个实际的例子.js ? 可以配置 hubName 和 accessSignature 以使其工作

我已使用谷歌 fcm 配置了我的 azure 通知中心

您可以浏览以下文档以了解Registration management

var hub = NotificationHubClient.CreateClientFromConnectionString("{connectionString}", "hubName");
// create a registration description object of the correct type, e.g.
var reg = new WindowsRegistrationDescription(channelUri, tags);

相关内容

  • 没有找到相关文章

最新更新