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
Support more data inside the result parameters, in the example below see I'm trying to send notification to 4 device tokens. Out of which 2 are successful and 2 error out.
Android Response:
All I know from the result is that 2 tokens error out, but i'm not sure which ones.
As you can see the tokens that errored out sent just the error message and not the respective token alongside it.
The result data should be more consistent: as in each object related to a token should have the token status and the response( success or failure reason).
Support more data inside the result parameters, in the example below see I'm trying to send notification to 4 device tokens. Out of which 2 are successful and 2 error out.
Android Response:
All I know from the result is that 2 tokens error out, but i'm not sure which ones.
As you can see the tokens that errored out sent just the error message and not the respective token alongside it.
The result data should be more consistent: as in each object related to a token should have the token status and the response( success or failure reason).
Suggested response:
The text was updated successfully, but these errors were encountered: