I have developed one iPad application targeting for iOS6 and using ARC. Application size is 350 MB due to many images, audio & video files in the bundle. As this app will work locally I am storing the content in application' main bundle. How to reduce bundle size in my current situation ?
And when app launches I am receiving 'Low memory warnings'. Till now I am not seeing app crashing for this but is it something I need to consider ?