Хорошо работает для Android с той же полезной нагрузкой.
POST – https://fcm.googleapis.com/v1/projects/ ... :отправить
тело
Код: Выделить всё
{
"message": {
"token": "ea6LlJYZQXg:APA91bEGXaQrhuLpI...wBZw4SHOSWTutXzwjV3V2hEb9",
"notification": {
"title":"TEST",
"body":"great match"
}
}
}
Код: Выделить всё
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.firebase.fcm.v1.FcmError",
"errorCode": "INVALID_ARGUMENT"
},
{
"@type": "type.googleapis.com/google.firebase.fcm.v1.ApnsError"
}
]
}
}
Подробнее здесь: https://stackoverflow.com/questions/783 ... ons-on-ios