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
Fix bug: registrationId method - typed with ALIAS
Fix bug - null extras will cause IllgalArgumentException, android notification.anroid() will enter into this situation
Distinguish 'read timed out', and add a state for APIConnectionExcepiton
Add tests for connect timed out and read timed out
Release v3.1.0:
1. Throw exceptions if error - network error, or response error;
2. If connect timed out will retry 3 times by default;
3. Fix tests name convention bug;
4. Client default value: apns_production will always be set. set with False by default.
5. Client default value: ios sound will be set be default; badge will be set with 1 by default.