Error user_sdk_identity BlankValue in Push Registration through API?
Publicado 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 comentario
Mike Stanton
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.
0
Iniciar sesión para dejar un comentario.