Closed
Description
REQUEST
curl -X POST \
-H "X-Parse-Application-Id: myAppId" \
-H "X-Parse-REST-API-Key: 12345" \
-H "Content-Type: application/json" \
-d '{
"pushType": "gcm",
"deviceType": "android",
"GCMSenderId": "............",
"deviceToken": ".............",
"channels": []
}' \
http://localhost:1337/parse/installations
RESPONSE
{
"code":114,
"error":"deviceToken may not be set for deviceType android"
}
Metadata
Metadata
Assignees
Labels
No labels