Hello,
There's a difference in SDK between iOS and Android, where Android could benefit from the information provided by its counterpart.
This is about Error Handling while authenticating users using the Android Chat SDK.
As your documentation and my exploration of the Android SDK there's no way to identify why an authentication would fail in Android, whereas in iOS it's possible.
This will mainly be used for logging and reporting, so using the console logger using the following isn't an option.
Logger.setLoggable(true);
It would be great to have platform parity between both SDKs to be able to report any errors, and in general, having platform parity for each feature/capability would be awesome!
Thanks.