Meet Now and Join a meeting not Working (Xcode 11.x - iOS 13.2.3)

Description
A clear and concise description of what the question is.
Buttons are not functional, Maybe SDK is not initialized?


Which version?
Knowing the version can help us to identify your issue faster.
Xcode 11.5 - iOS 13.2.3

To Reproduce(If applicable)
Steps to reproduce the behavior:
I have passed the JWT in Demo SDK provided by you. App is running on the device but Meet Now, Settings and Join a meeting buttons are not functional.

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

Smartphone (please complete the following information):

  • Device: [e.g. iPhoneSE]
  • OS: [e.g. iOS13.2.3]
  • Version [e.g. 22]

Kindly Help!!!

Hey @amancool.setia

Thanks for using the dev forum!

Can you provide the AppDelegate code and SDKAuthPresenter code you are using?

Thanks!
Michael

Hi @Michael_Condon

Thanks for your reply!!!

Please find screenshot:
SDKAuthPresenter

AppDelegate: 1

AppDelegate 2:

AppDelegate 3:

Hi @Michael_Condon

As per my understanding:

Thread return from the following code:

MobileRTCMeetingService *ms = [[MobileRTC sharedRTC] getMeetingService];
if (!ms)
{
return;
}

Hey @amancool.setia

Thank you for providing that! The code you have provided looks to be correct.

Did you set the domain to be zoom.us?
In AppDelegate.h you should have a line like:

#define kSDKDomain @“zoom.us

Thanks!
Michael