Application capacity is unusually large

Asked 1 years ago, Updated 1 years ago, 86 views

Enter a description of the image here

When I tested the actual application development machine, as shown in the image,
"There is a big difference between ""document and data"" and ""app size""."
I don't think it's a very elaborate app, but I don't know why the app size is so big.Please let me know how I can improve it.

The framework contains only firebase and admob.

swift ios

2022-09-30 21:27

1 Answers

If you simply install it with the Run button of Xcode, I think the capacity displayed there is reasonable.When I transferred a project from Xcode that was still in the initial template where nothing was added, the capacity was about that much (39MB in my environment).

Application capacity varies depending on debug build, binary to upload to AppStore, and actual delivered binary.

There is a way to check the capacity of the application when it is actually delivered, so please refer to the other answers below for more information.You'll see that it's actually going to be smaller.

https://ja.stackoverflow.com/a/35086/5519

When I exported an application built with Firebase and AdMob added to the initial state template in my environment, the size was 10.2 MB uncompressed and 3.4 MB compressed, and when I installed the IPA file on the device, the iPhone storage screen was 10.2 MB.
Now that we've seen the same thing in the initial state, Firebase and AdMob will increase capacity by about 3MB, and the entire app will be at least 10MB in size.

Supported devices:Universal
App+On Demand Resources size: 3.4 MB compressed, 10.2 MB uncompressed
App size: 3.4 MB compressed, 10.2 MB uncompressed
On Demand Resources size: Zero KB compressed, Zero KB uncompressed


2022-09-30 21:27

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.