gpt4 book ai didi

ios - Firebase 推送未在 iOS 应用中显示

转载 作者:行者123 更新时间:2023-11-29 00:11:57 24 4
gpt4 key购买 nike

我尝试使用 firebase 在 iOS 应用程序上触发推送通知。然而,他们没有来。我尝试发出curl请求并得到以下响应:

{"multicast_id":4712776757180847780,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"NotRegistered"}]}Apple-...

--error not register是什么意思?如何让推送发挥作用?

最佳答案

试试这个:

curl -X POST -H "Authorization: key=<my key here>" -H "Content-Type: application/json" -d '{
" data ": {
"title": "Notification title",
" body ": {
"name": "Body text",
}
},
"to": "<my token here>"
}' "https://fcm.googleapis.com/fcm/send"

关于ios - Firebase 推送未在 iOS 应用中显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46279234/

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