Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting the 114 error with Parse.com registering an Android Device for Push Notifications

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?

like image 728
Univers3 Avatar asked Nov 20 '25 21:11

Univers3


1 Answers

I got the error too and solved it.

Registering an android device, You should add pushType.

Refer to : http://upbeat-sound.tistory.com/24

like image 133
user3188811 Avatar answered Nov 24 '25 22:11

user3188811



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!