如何使用gcm令牌发送fcm通知

时间:2019-04-23 13:37:47

标签: firebase push-notification google-cloud-messaging firebase-cloud-messaging

我正在将我的项目从GCM迁移到FCM。但是我的老用户有GCM令牌。

我正在使用旧的GCM令牌从FCM卷曲请求发送通知。

我收到通知,但在通知中,标题显示为“新通知”,正文显示为“您有新通知”,而不是我从curl请求发送的标题和正文。

这是我使用旧GCM令牌对FCM进行卷曲的请求:

curl --header "Authorization: key=<KEY>" --header "Content-Type: application/json" -d '{"to":"<GCM Token>", "notification" :{"title": "test","body": "test","icon": "/logo.png", "click_action":"/home-url"}}' https://fcm.googleapis.com/fcm/send

0 个答案:

没有答案