iphone - How to reduce size of my adHoc build -
i using many images , music in app..
the music short in duration large in size .. sound in .caf format
i have many sounds
that why adhoc build size reached 35mb.and still have add more.
i using in creating system sound...
like
nsurl *tapsound = [[nsbundle mainbundle] urlforresource: @"sound1" withextension: @"aif"]; self.soundfileurlref = (cfurlref) [tapsound retain]; audioservicescreatesystemsoundid ( soundfileurlref, &soundfileobject ); i have tried use mp3 or wav sound here not working.
kindly help
@kumar sonu:
try compressing sound files , compress images if possible.
note: compressing audio files may deteriorate sound quality , may decrease kbps
hope helps you.
Comments
Post a Comment