We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get this error:
Mismatched response length. Expected 1 receipts but only received 3
This happens when I send an expo message with 3 receivers. I think after #10 got merged it has been forgotten to update these lines:
exponent-server-sdk-golang/sdk/push_client.go
Line 121 in 266e8e6
Since the expo api will return something like this for a single message:
{ "data": [ { "status": "error", "message": "\"ExponentPushToken[xxxxxxxxxxxxxxxxxxxxxx]\" is not a registered push notification recipient", "details": { "error": "DeviceNotRegistered" } }, { "status": "ok", "id": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" } ] }
So per a single message the data will be as large as the amount of tokens used.
The text was updated successfully, but these errors were encountered:
Good catch! Feel free to make a pull request
Sorry, something went wrong.
Hi, I am still getting the same error message when trying to use more recipients.
Successfully merging a pull request may close this issue.
I get this error:
This happens when I send an expo message with 3 receivers. I think after #10 got merged it has been forgotten to update these lines:
exponent-server-sdk-golang/sdk/push_client.go
Line 121 in 266e8e6
Since the expo api will return something like this for a single message:
So per a single message the data will be as large as the amount of tokens used.
The text was updated successfully, but these errors were encountered: