gpt4 book ai didi

azure 通知中心注册生存时间

转载 作者:行者123 更新时间:2023-12-03 04:31:29 27 4
gpt4 key购买 nike

如何更改 azure notificationhub 上的注册生存时间(默认 = 90 天)?我只找到这篇文章提到的地方:

https://github.com/Azure/azure-content/blob/master/articles/notification-hubs/notification-hubs-registration-management.md

为了在移动设备上注册,我使用 AzureMessaging 组件: https://components.xamarin.com/view/azure-messaging

我在 Azure 门户上没有找到任何设置。

在组件库中,我找到了注册ExpirationTime,但它是只读的。 Registration-Class 也受到保护,因此我无权访问。

var registration =_hub?.Register(registrationId, tags.ToArray());
var thisIsReadOnly = registration.ExpirationTime;

感谢您的建议。

最佳答案

目前,您只能使用过期元素设置 APN 模板的 TTL。

<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<content type="application/xml">
<AppleTemplateRegistrationDescription xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect">
<Tags>myTag, myOtherTag</Tags>
<DeviceToken>{DeviceToken}</DeviceToken>
<BodyTemplate><![CDATA[{Template for the body}]]></BodyTemplate>
<Expiry>{Template for Expiry in }</Expiry>
</AppleTemplateRegistrationDescription>
</content>
</entry>

引用:Create Registration

但是请继续检查 documentation对于更新,此可能发生变化。

关于 azure 通知中心注册生存时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36082790/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com