react-native-zoom-us icon indicating copy to clipboard operation
react-native-zoom-us copied to clipboard

Update Zoom SDK version to resolve app crashing on Android 14

Open chirag-codealchemy opened this issue 1 year ago • 4 comments
trafficstars

Problem: The app was experiencing crashes on devices running Android 14 due to compatibility issues with Zoom SDK version 5.16.2.16555. This was causing inconvenience to users and impacting the app's performance.

Solution: To address this issue, I have updated the Zoom SDK version from 5.16.2.16555 to 5.17.1.18530. This change has resolved the crashes on Android 14 devices, ensuring a smoother user experience.

Rationale: Although the latest version of the Zoom SDK is available, it was causing crashes when users attempted to join meetings. The error message indicated that the SDK targeting U+ (version 34 and above) disallows certain flags for security reasons. To avoid these crashes, I opted for version 5.17.1.18530, which provides stability without encountering the aforementioned error.

Changes Made: Updated Zoom SDK version from 5.16.2.16555 to 5.17.1.18530 in the project dependencies. Testing: I have thoroughly tested the app on devices running Android 14 to ensure that the crashes no longer occur. Additionally, I have verified that the app functions as expected, including joining meetings without encountering the error mentioned above.

Impact: This change resolves the crashing issue on Android 14 devices, improving the overall reliability and usability of the app for affected users.

Useful Links: Zoom Developer Forum - Android 14 Crash Issue Zoom Developer Forum - Latest Version Crash Issue Zoom SDK Change Log - Version 5.17.0

chirag-codealchemy avatar Feb 15 '24 06:02 chirag-codealchemy

Thank you for working on this! Just a couple small things I commented on.

wilkinson4 avatar Mar 20 '24 15:03 wilkinson4

Hi! I was just wondering about the status of this PR and if I could provide any support in getting this moved forward

alvinle8 avatar Apr 19 '24 19:04 alvinle8

Hi! I was just wondering about the status of this PR and if I could provide any support in getting this moved forward

If you wouldn't mind making/testing the changes I suggested that would be very much appreciated 😄

wilkinson4 avatar Apr 19 '24 19:04 wilkinson4

Added PR #352 to address this

wilkinson4 avatar Apr 22 '24 22:04 wilkinson4