iOS app bundle size
See original GitHub issueIt seems that a stock installation of Capacitor generates .ipa
(iOS) bundles of ~122MB, whereas the equivalent .apk
(Android) bundles are ~3MB.
I am interested in why there is such a huge discrepency, as it greatly impacts deployment time (especially here in Australia, where it can take up to 15 minutes to upload even a small .ipa
to the Apple Store).
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Reducing your app's size | Apple Developer Documentation
Measure your app's size, optimize its assets and settings, and adopt technologies that ... The XCARCHIVE bundle that you create when your archive...
Read more >iOS - Reducing Your App's Size
This article describes how to reduce your app's download size, ... The XCARCHIVE bundle that you create when your archive your app ......
Read more >Reduce App Size. How to optimize iOS app size | by i.vikas
Use asset catalogs ( For images, textures, data etc) instead of putting in app bundle directly. It allows Xcode and App Store to...
Read more >What is the easiest way to determine an iOS .app bundles size ...
It is important to make sure every iOS application ...
Read more >Measuring your app's size - Flutter documentation
How to measure app size for iOS and Android. ... As the APK, app bundle, or IPA version of a Flutter app is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s not as simple as measuring the .ipa file you have generated doing a local release build. Capacitor uses Swift, which results in larger bundles at build time. However, Apple does a ton of optimization in the store to cut down on the actual final install size. There’s not a 1-1 map
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.