Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Organizer in Xcode 6.3.2 - No estimate binary size

In the previous versions of Xcode there was a place to estimate your archive/binary file size of your app. From organizer after you archive you can simply click estimate file size. In 6.3, there is no such button or function! Oddly enough in Xcode 6.2 betas this feature is still there. Is it located somewhere hidden or am I missing something? Please advise if they deprecated this functionality. You can view the file or archive in the finder but it's not the same as "estimate size".

This is imperative if you want to create your app below the 150mb threshold. It was helpful to keep my app under the 150mb cellular download limitation for increased "impulse" buys from iOS users. It's much easier in Android OS, since you can simply view the size of your APK.

like image 500
apollosoftware.org Avatar asked Feb 25 '15 05:02

apollosoftware.org


1 Answers

You could create an App thinning report by following Apple docs below,

https://developer.apple.com/library/content/qa/qa1795/_index.html

Plus there are some optimzation tips.

like image 90
Satheesh Avatar answered Nov 01 '22 19:11

Satheesh