Can you provide a Swift guide documentations

In your developer blog has only objective C guide pls can you provide how to manage your SDK.

https://developer.zoom.us/docs/ios/sdk-functions-and-usage/

 

 

We have a sample project for Swift, please have a look: https://github.com/zoom/sample-app-swift

 Hi Thisal,

please take a look at the sample @ https://github.com/zoom/sample-app-swift

it’s very easy to understand and pick up.

Best

I take the sample as reference, and I have a question.

Does the Zoom sdk support SWIFT 4 & xcode 9?

 

I got 404 error when I trying to open this link https://github.com/zoom/sample-app-swift . Could you provide exact swift supported guidance ?

Hi saroroo123,

Thanks for the reply. The repo has been deprecated and we are not supporting Swift samples at the moment. I will forward your request to our engineers. In the meantime, as Swift provides interoperability to Objective-C, our iOS doc could be helpful for your development: https://marketplace.zoom.us/docs/sdk/native-sdks/iOS

Let me know if you have any questions. Thanks!

crashes when app in background during meeting in swift

Crash is returnnotpermittedkillclient

Hi premium,

Thanks for the post. Would you mind filling out the following contents so that we can look into the crashing issue you are facing? Can you provide the .crash log?

Description
A clear and concise description of what the question is.

Which version?
Knowing the version can help us to identify your issue faster.

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

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

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Thanks!

I can’t get this to compile income 11 in a swift project.

Says

MobileRTCScreenShare.framework/MobileRTCScreenShare’ does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. file

Hi zoom5,

Thanks for using Zoom SDK. Our iOS SDK does not support Bitcode. Please see my answer your question here: https://devforum.zoom.us/t/bitcode-not-enabled/10908; Please disable Bitcode and try again.

Thanks!