ios - How to reduce the itunes app size? -
when submitting app apple, noticed though app bundle 60 mb, actual app shows on itunes 54 mb. however, when making ad hoc build, ipa 30 mb.
my understanding due drm apple has: https://developer.apple.com/library/ios/qa/qa1795/_index.html
however, there better way bypass drm apple puts?
apple came solution if add resources (images, videos, etc) called assets catalog file and configure each file according device type being used then can dramatically reduce app size.
think it! have 3 copies of every image: img.png img@2x.png , img@3x.png why need have non-retina set of images on retina device?
and answers why see lower app size when build. xcode automatically, can fine tune in assets catalog. here how:
oh yeah, not app size reduces! apple made seamless integration make appstore downloadable app smaller. making custom build every kind of device. use assets :)
Comments
Post a Comment