mieszko4 / react-native-zoom-us

MIT License
122 stars 115 forks source link

Update Zoom SDK version to resolve app crashing on Android 14 #341

Closed chirag-codealchemy closed 1 week ago

chirag-codealchemy commented 3 months ago

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

wilkinson4 commented 1 month ago

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

alvinle8 commented 4 weeks ago

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

wilkinson4 commented 4 weeks ago

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 commented 3 weeks ago

Added PR #352 to address this