gpt4 book ai didi

c# - 我正在尝试使用适用于 iOS 的消息模板

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:58:40 25 4
gpt4 key购买 nike

到目前为止,我想为推送通知创建模板,但我被困在这里,无法正常工作。

public static async void SendPushNotificationApns1(string msgTemplate)
{
NotificationHubClient hub = NotificationHubClient.CreateClientFromConnectionString(ListenConnectionString, NotificationHubName);
string msg = "{\"aps\":{\"alert\":\"$(msgTemplate)\"}}";

await hub.SendAppleNativeNotificationAsync(msg);
}

最佳答案

它发生在:string msg = "{\"aps\":{\"alert\":\""+ $"{messageParam}"+"\"}}";

关于c# - 我正在尝试使用适用于 iOS 的消息模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56737415/

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