Hi,
I am looking for ways to reduce the size of my iPhone application. Currently the size of the app in my debug-iphonesimulator folder is 112 MB and the size in debug-iphoneOS is 57 MB.
I have about 13 view controllers (including navigation controller, tabbar controller etc). The size of my sqlite3 db is only 50 kb.
I have 100 images and 50 thumbnails , all in png format. The resolution of each picture is 300 X 300 ppi. I understand one way to reduce the size is to compress the images. What is the best way to do compression without great loss in quality? What resolution is reasonably a good resolution?
I would also greatly appreciate any other tips to reduce the size.
Thanks.