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
4.0.3
iPhone/Any Model
Any OS version
We have faced this crash on the Twilio SDK, we tried too many ways to find the rootcause for a long time because the crash log doesn't help.
Now we found one reason is the JWT token which is passed into method conversationsClient was expired and caused the crash.
TwilioConversationsClient.conversationsClient(withToken: acessToken, properties: properties, delegate:
We can avoid the crash by pre-check the token expiration before invoking the method.
IMHO, the client should throw an error/exception via the delegate method or completion block args instead.
cc: @berkus
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SDK version
4.0.3
Device model
iPhone/Any Model
OS version
Any OS version
Issue description
We have faced this crash on the Twilio SDK, we tried too many ways to find the rootcause for a long time because the crash log doesn't help.
Now we found one reason is the JWT token which is passed into method conversationsClient was expired and caused the crash.
We can avoid the crash by pre-check the token expiration before invoking the method.
IMHO, the client should throw an error/exception via the delegate method or completion block args instead.
cc: @berkus
The text was updated successfully, but these errors were encountered: