Email auth: WrongPassword

Description
I’m using Zoom Meeting SDK Example app (Universal)

  1. [[[ZoomSDK sharedSDK] getAuthService] sdkAuth:content] passes well.
  2. I’m taken to the Login screen. entering my credentials(email / password). The same I use for login in Zoom and the same where I created a Zoom app.
  3. loading screen appears
  4. I’m taken to the error screen which says:
    “Connection Failed”
    “login fail reason: 3”

The reason is:
callback gets called -( void )onZoomSDKLoginResult:(ZoomSDKLoginStatus)loginStatus failReason:(ZoomSDKLoginFailReason)reason where reason = ZoomSDKLoginFailReason_WrongPassword

Which macOS Meeting SDK version?

  • zoom-sdk-macos-5.7.6.1340

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

Device (please complete the following information):

  • Device: Apple MacBook Pro (13-inch, 2017)
  • OS: macOS Big Sur 11.6

Additional context
A week ago when I’ve been using previous SDK(zoom-sdk-macos-5.7.6.1337) I successfully logged in.
I tried to roll back to the previous one. My issue exists there as well

Hi @yury.shubin, thanks for using our SDK.

I was able to confirm that logging in works correctly in the SDK sample app. If you are seeing this error, your login credentials are not correct.

Thanks!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.