Ionic 5 Zoom SDK app size is very large

Description
The ionic SDK provided by zoom on GitHub make a 100 mb approx build for android hence increasing our app size hugely. Is there any way we can reduce this?

Which version?
ionic 5
To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Hey @aroofshaikh,

The Ionic SDK contains the Android SDK and the iOS SDK.

If your app is only available for Android, you can delete the iOS SDK in the plugin folder, since this is not able to be compressed in the same way that the Android SDK is and increases the package size considerably.

Thanks,
Alex

Thank you. This resolved my issue although the build size is still heavy. Please try to optimise the Zoom ionic SDK in your further release.

Thanks again,
Aroof

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.