Error happens in SDK SSO Signin

I have integrated zoom iOS SDK in my iOS application. Login with email and password is working fine. But for a few zoom accounts which are created with Facebook/Google can not be logged in by using Google/Facebook Authentication token.
Are there any bugs in SDK now?

Description
A clear and concise description of what the question is.

Which version?
Knowing the version can help us to identify your issue faster.

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Hi @toypresent,

Thanks for using Zoom SDK. What are the error codes you are getting when failed to log in with SSO token?

Thanks!

Thank you for response
I just try google signin with google auth token in sso loginin by zoom mobile sdk, but Xcode is freezing. I attached screen shot.

Hi @toypresent,

This is strange. Normally if the SSO login is failed, the onMobileRTCLoginReturn callback will be triggered and provide the error code telling the reason why it fails. The SSO login process will not cause Xcode freezing.

Could you share the steps to reproduce this in our demo app(with the description of how to get the Google or Facebook authentication token)?

Thanks!