mieszko4 / react-native-zoom-us

MIT License
126 stars 118 forks source link

feat: Upgrade iOS to 5.10.3.3244 #207

Closed mieszko4 closed 2 years ago

mieszko4 commented 2 years ago

Based on changelog:

Closes https://github.com/mieszko4/react-native-zoom-us/issues/206

Smoke Test Procedure

The following procedure covers testing of the bridge (initialization and join meeting only).

iOS

Simulator

  1. [x] Development: yarn run ios (Note that M1 chip is not supported) It builds

Real Device

Note: You will need to allow to install app; look for: Settings -> General -> Device Management -> Apple Development

  1. [x] Development: Xcode: Product -> Run
  2. [x] Release: Xcode: Product -> Profile
  3. [x] Archive: Xcode: Product -> Archive
mieszko4 commented 2 years ago

Note that for M1 simulator is not supported because it is missing arm64 architecture (https://devforum.zoom.us/t/ios-meeting-sdk-arm-simulator-support/60867). Also it is still not available in iOS v5.11.0. However, it should not be a problem since on M1 you can build apps directly for Mac.