Zoom crshes/stops working after few mins in the call after the update to iOS 14 on iphone XR

Hello everyone,

The team has identified the crash within the latest version of the SDK v5.2.41735.0928. Effected users would observe a crash or hanging loading indicator upon entering a meeting. The crash will be resolved in the next version. In the meantime, you can resolve this crash by setting an AppGroupID in the SDKInitContext.

Objective-C:

// If you have a valid appGroupID provide it here, otherwise you may set this to be a blank string. 
context.appGroupId = @"";

Swift:

 // If you have a valid appGroupID provide it here, otherwise you may set this to be a blank string. 
 context.appGroupId = ""

The gettingStarted repo has been updated to reflect this change:

If you have any questions or concerns, please let us know here or at developersupport@zoom.us.
Thanks!
Michael

2 Likes