We
are testing the push notification feature to integrate with our app but I’m not
able to register the device for push notification.
Following
request I’m sending to the API from Fiddler
POST
– https://api.backendless.com/v1/messaging/registrations
application-id:
6F796A34-D1B7-DB64-FF39-0EC5413CA200
secret-key:
A61604FA-703F-7452-FF10-50568EB65E00
Content-Type:
application/json
application-type:
REST
Host:
api.backendless.com
Content-Length:
126
{
“deviceToken”
: “23234324324234324”,
“deviceId”
: “32432432432432432423423434”,
“os”
: “IOS”,
“osVersion”:
“11.0”
}
Error
received:
code=2002
message=Version
is disabled or provided wrong application info (application id or secret key)