invalid registration

After updating my development environment, my app does not receive notifications from firebase.

When sending a message to the token generated by the app I receive the answer {"error": "InvalidRegistration"}.

The token is theoretically correct.

I use Delphi 10.3.3, Xcode 11.3.1


Can someone help me?


Below the payload I am sending:

{"registration_ids":["55f265e7b63a2048e57f2fa1ce4de9b50d67c2f888565f624bdba81dda42c227"],"data":{"id":"1049102104085","message":"Jesus!!!","cpp_message_show":"Jesus!!!"},"notification":{"title":"Jesus!!!","body":"Jesus!!!"}}

Return:
{"multicast_id":2124094377483593032,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"InvalidRegistration"}]}
Thanks!
Eliseu