You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Branch.io API is returning 400 error with this response:
{
"error": {
"has_nfc": "wrong field type",
"screen_height": "wrong field type",
"has_telephone": "wrong field type",
"screen_width": "wrong field type",
"screen_dpi": "wrong field type",
"bluetooth": "wrong field type",
"update": "not a valid option"
}
}
Please also have a look at attached image.
The text was updated successfully, but these errors were encountered:
I apologize for the delay. We had an outage late Friday which caused our API to throw out 400 errors. I saw you reached out to our support and received from feedback there. It looks like updating the Branch SDK within your app resolved the issue. Can you confirm this is correct? If not, I can look into the problem.
Hi @ethanneff,
No problem and Thanks for resolving our issue.
Updating SDK was also fixing the problem, but the applications that were already on App Store/Play Stores, were using old SDK. So your back end team fixed that 400 issue.
Branch.io API is returning 400 error with this response:
{
"error": {
"has_nfc": "wrong field type",
"screen_height": "wrong field type",
"has_telephone": "wrong field type",
"screen_width": "wrong field type",
"screen_dpi": "wrong field type",
"bluetooth": "wrong field type",
"update": "not a valid option"
}
}
Please also have a look at attached image.
The text was updated successfully, but these errors were encountered: