0

I am maintaining an application with ArcGIS.framework for iOS.When am creating an .ipa files its file size is very large[92 mb] . i have to reduce the size of an .ipa file to bellow 50 mb.

Manju SSP
  • 63
  • 6

1 Answers1

0

The Runtime will add about 70MB to your app. Note that this compresses down so the over-the-air download size may be much smaller (perhaps about 25-30MB).

Please see https://stackoverflow.com/a/50594322/1416253 for some more insight.

Can you explain why you specifically need to hit 50MB?

Nixta
  • 464
  • 2
  • 10