opentok / opentok-react-native

OpenTok React Native - a library for OpenTok iOS and Android SDKs
https://tokbox.com/
MIT License
210 stars 155 forks source link

Bitcode Enabled #637

Closed haneen91 closed 1 year ago

haneen91 commented 1 year ago

We used security feature in iOS project which reject the app if bitcode disabled ..is there any way to enable it on openTok library

Screenshot 2023-01-02 at 10 47 10 AM
jeffswartz commented 1 year ago

The opentok-react-native library has supported bitcode for many releases, now. (Support for bitcode was added in the OpenTok iOS SDK 2.9.0. opentok-react-native now uses v2.25.1 of the OpenTok iOS SDK.) To enable bitcode in the client app, set BITCODE_GENERATION_MODE to bitcode. (See https://developer.apple.com/forums/thread/127992.)