I’ve recently released an Ionic 5 app for a client, and while the android app is a cozy 9 mb file, the iOS app seems to be 74 mb if the app store is reporting that right. I know that iOS apps tend to be larger, but this seems WAY bigger than I’d have thought. I feel I must be doing something wrong, which given I’m not a big apple user, seems likely.
I’m building/signing/etc via the CLI for Android with the --prod --release flag and Xcode for apple after a prepare ios call in the terminal. Is there any tips, flags, something that I am overlooking for these apple builds that could bring the size down?