Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Error user_sdk_identity BlankValue in Push Registration through API?



Gepostet 27. Feb. 2023

I am trying to use an API call to register for push notifications and I am stuck at getting this error response:

{
    "error": "RecordInvalid",
    "description": "Record validation errors",
    "details": {
        "user_sdk_identity": [{
            "description": "User sdk identity cannot be blank",
            "error": "BlankValue"
        }]
    }
}

I have tried adding a user_sdk_identity field, and variations, in several places. I can't find any reference to this string anywhere on the internet. Is there anyway I can make this work?

0

1

1 Kommentar

My body looks like the following. I have noticed that if I change the field for "identifier" there is an error message that says "token" cannot be blank. This means that the field names in the error message do not align to the actual required field names, and I'm just stabbing in the dark. In the android SDK call, this field seems to be called sdkGuid, but no form of that is working either.

 

{

"push_notification_device":{

"device_type":"android",

"identifier":"TOKEN",

"locale":"en-us",

"token_type":"raw",

"id":"9028374908237498237498"




}

}

0


Anmelden, um einen Kommentar zu hinterlassen.

Sie finden nicht, wonach Sie suchen?

Neuer Post