I am getting the following error when trying to send a message (via Rest API) to iOS users:
{"errors":["Error queuing your notification."]}
What does that mean?
Here is my request:
{ "app\_id":"69018ade-xxxx-xxxx-xxx-dfac323ef79b","isIos":true, "contents":{"en":"Marrap\u00e1, de acordo com o nosso regulamento, sua foto n\u00e3o foi aprovada. Tire outro selfie e envie para a gente denovo, ok? :)"}, "include\_player\_ids":["78c014b8-xxxx-xxxx-xxxx-db53ccca0d30"], "url":"http:\/\/www.mywebsite\_removed.com", "isAndroid":false }
When making the request for Android devices, it works fine.
UPDATE: Ran some tests and I found out that if my message has more than 118 chars when trying to send the message to iOS devices, I receive that that error. For Android, it works fine.