Corona like flash urlLoader swf

Hi guys. I appreciate your help on this. In flash, you can have your main swf and inside it you can load another one, locally or by network. Is there a way to make the same with corona ? I mean, Could I have a main project and inside it load a external “package” or “subapplication”, or download it to document directory and use it.
Thanks for your help.

Henry [import]uid: 27749 topic_id: 22668 reply_id: 322668[/import]

Any help ? [import]uid: 27749 topic_id: 22668 reply_id: 91184[/import]

Apple does not allow apps to load dynamic content like that.

You can have separate .lua modules that can be "require"ed but it has to be available at build time to compile a single app.

[import]uid: 19626 topic_id: 22668 reply_id: 91186[/import]

robmiracle thanks for your response. Ok, Apple doesn’t allow dynamic content. What a shame!. Do you know any way to build a system like testflight ? To have the possibility to install ipa packages, maybe all of them inside a specific folder ? I don’t know if its a crazy idea but maybe you have a good advice.
Thanks

Henry [import]uid: 27749 topic_id: 22668 reply_id: 91384[/import]