Alternative Titles (to aid searches)
I have reduce an iOS app from 90MB to 50MB in the last few monthes. Here are some tips and tools:
To Profile iOS App Size
unzip your ipa to check resources like video, font and images files.
Profile your binary file by library and object files(classes) using Linkmap file and XCode Linkmap Parser.
To Reduce Image Files
To Reduce Binary File