Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are testflight app sizes bloated by a large amount compared to actual download sizes after publishing?

I have built an iOS game with Unity. I uploaded it to the App Store (with bitcode enabled). The IPA is about 200 mb.

On iTunes Connect, it shows my build size to be about 30mb for each device (which I was very happy to see).

But when I added the build to TestFlight, I notice that while downloading via TestFlight, it shows the size to be 170mb. Quite contrary to this question (TestFlight showing my app size is 4 times less than the actual size) the size of my app on TestFlight is many times the actual supposed sizes shown on iTunes Connect.

Also, iTunes Connect says:

TestFlight variants differ from store variants and have smaller sizes.

which is quite the opposite of what has happened. My TestFlight download is huge.

Is this normal?

like image 882
batman Avatar asked May 17 '16 15:05

batman


1 Answers

App size increase in Testflight is common, and is completely normal

  • It includes Bitcode and code to analyse crashes. Once the app in in the app store it'll come back to normal size.

  • You might also notice that for various screen sizes the size varies dramatically.


How to check real App Store File Size :

If you are worried about the size of your App Store file, you can check using below steps

  • Go to iTunes Connect -> Your App -> Activity Tab

screenshot 1

  • Go to the version you want to check and click on a build that you want to observe. There you have an option App Store File Sizes

screenshot 2

like image 126
Penkey Suresh Avatar answered Sep 18 '22 10:09

Penkey Suresh