Zoom iOS SDK - Xcode 11 - Appstore Support

Hey @stas.hryhoriev

Thanks for using the dev forum.

There are a few different reasons this issue can happen, so lets troubleshoot together :slight_smile:

  1. Every target in your project must have enable bitcode set to “NO”. For each target in your project: click “Build Settings” then search for “Bitcode” and set the value for Enable Bitcode to be “NO”.
  2. MobileRTC.framework in your main target must be embedded and signed, not linked.
  3. In your ScreenShare target: Do not add MobileRTC.framework, and make sure MobileRTCScreenShare.framework and ReplayKit is set to “Do not Embed”
  4. If you are using the SDK version v5.2.41735.0928 or later you must also perform the following updates: Zoom crshes/stops working after few mins in the call after the update to iOS 14 on iphone XR

Let me know if that helps, or if you run into further issues
Thanks!
Michael