Adobe AIR and iPhone - how it works?

前端 未结 2 1198
清酒与你
清酒与你 2021-02-08 13:53

Anyone knows how the Adobe AIR application are converted to iPhone apps? I see two ways - either the Adobe AIR virtual machine mus be part of every application or they must conv

2条回答
  •  无人及你
    2021-02-08 14:29

    taken from adobe website: http://www.adobe.com/devnet/air/articles/air3-install-and-deployment-options.edu.html

    Note that the captive runtime is the only option that is available when using AIR to target iOS. Since iOS does not support a shared runtime model, the captive model remains the only option on this platform.

    Anyone using the captive runtime should be aware that it has two downsides:

    Increased application size. Since an entire copy of the runtime is included in your application, the size of the application package is necessarily increased.

    Increased security burden.

提交回复
热议问题