MyChat Client error #0302: invalid push token
Error
Error #0302: invalid push token
Error description
When connecting to the server, the Android or iOS application transferred invalid token for PUSH messages. The server denied it and declined authorization.
Problem solution
This situation can happen when the client application fails, or because of external intrusion (suspecting hacking). Usually, to solve this issue, it is enough to perform the login process with updated application.
The token itself consists of 5 strings divided by two CRLF characters (ASCII #13#10):
e5eab611-debc-495b-bbd6-63b84a3cfe03
cgtv4T4BSlCmieJ4wERAeHkjyfPFrbQ0CgK7n98I2yweTYM9rS1Xg-elS8ynv
9F3D5AA
15427
google
- socket token, internal, for identifying a client on the nodeJS server;
- push token provided by Google or Apple;
- MyChat ServerID — unique ID of MyChat Server;
- UIN — user ID;
- token type, google or apple.s