I'm gettin an error with parse.com when I try to register an Android token device, for push notifications.
This is my request:
{
"deviceType": "android",
"deviceToken": "MY DEVICE ANDROID TOKEN",
"installationId": "acef4da2-98e8-484f-9688-cbb1c6a27c8e",
"channels": [ "" ]
}
and I get this response:
{
"code": 114,
"error": "deviceToken may not be set for deviceType android"
}
Someone knows why I get this error?