How to write an app installer in Corona lua

Hi guys, I would like to write an installer app. The user installs and run it. From this installer the user can install my game. The game apk would be on my website. Can I create a lua app that installs a game, another apk file? I can give you further infos if needed. I downloaded a game and I installed it, after I launched it, an installation process has been started. That`s what I need. Thanks in advance!

I think what you are seeing is the app updating assets via internet connection, rather than a full download of an entire game. The former is possible in Corona, the latter, I’m not sure is possible in any app store.

I think what you are seeing is the app updating assets via internet connection, rather than a full download of an entire game. The former is possible in Corona, the latter, I’m not sure is possible in any app store.