iOS SwiftUI + Scene Delegate SDK rendering issue

In Application, I have implemented SwiftUI LifeCycle [App-delegate + SceneDelegate]. In I click on join the meeting. It doesn’t move forward and ZOOM SDK UI doesn’t render. so not able to see any SDK- related interface.

Getting message on console.

First responder issue detected: non-key window attempting reload - allowing due to manual keyboard (first responder window is <ZMNUIOvlpWindow: 0x10b0230a0; baseClass = UIWindow; frame = (0 0; 414 896); autoresize = W+H; gestureRecognizers = <NSArray: 0x281ce6160>; layer = <UIWindowLayer: 0x281caddd0>>, key window is <UIWindow: 0x108e0a9b0; frame = (0 0; 414 896); gestureRecognizers = <NSArray: 0x281f95890>; layer = <UIWindowLayer: 0x281f97450>>)

Smartphone (please complete the following information):

  • Device: [e.g. iPhone 11]
  • OS: [e.g. iOS 15.6.1]
1 Like

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

Hi @chaitanya.daphane,

Unfortunately, the Zoom Meeting SDK does not support SceneDelegates. The SceneDelegate must be removed and disabled in order to use the iOS native SDK and you can do so by following the guide under this link

Feel free to let me know if you have any other questions.

Thank you.