gpt4 book ai didi

ios - 如何在 ios 上的 react-native-push-notification 中向通知对象添加其他数据?

转载 作者:行者123 更新时间:2023-12-01 18:37:52 24 4
gpt4 key购买 nike

知道如何在 react- 中向通知对象添加其他数据原生推送通知 在ios上?

目前我将其作为正文发送:

body = { aps: { alert: "Text that is sent in the notification.", sound: "default", badge: 1 } }.to_json

我不知道如何添加不会显示在通知警报中的其他数据,例如用户 ID,以便在用户单击通知时将用户重定向到正确的 View 。

最佳答案

您可以向正文添加另一个属性以传递其他数据:

body = { 
aps: {
alert: "Text that is sent in the notification.",
sound: "default",
badge: 1
},
userId: "6446qf45qsdg",
}

Creating the Remote Notification Payload从苹果文档获取更多信息。

关于ios - 如何在 ios 上的 react-native-push-notification 中向通知对象添加其他数据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48827785/

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