-2

I am developing the Hybrid mobile apps for Android and Apple.

APP size is around 5MB for Android but ipa takes almost the double size 11.4MB. I am building the .ipa from xcode .

Is this something expected ?

Tatipaka
  • 190
  • 2
  • 13

1 Answers1

3

In iPhone applications (.ipa) the virtual machine is bundled inside your application. In android applications (.apk) that is not a case.

Forum999
  • 140
  • 1
  • 14