Skip to content

Problem with android installations #422

Closed
@juanber84

Description

@juanber84

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions