I have integrated the zoom Android SDK in My App. My app shows list of meetings and user login with our own system . I can Join the meeting with meeting Id and password without signing in to zoom but, If the meeting required registration compulsory then its showing the registration popup inside the meeting, But I want to develop a registration process using “Add registrant to meeting” and allow user which register through the API without giving the popup and pass this user info programatically.
Our SDK provides partially support to Xcode 11 now, if you are not using any new features that are introduced in Xcode 11, such as UIScene, dark mode, Swift UI, etc., you should be able to build with Xcode 11 without issues.
Based on the error message, it seems like the iOS SDK is not correctly imported and your project cannot locate the SDK. Please follow the instruction here: https://marketplace.zoom.us/docs/sdk/native-sdks/iOS/getting-started/integration to integrate the SDK into your project. And don’t forget to use legacy build system to build the SKD app.