Greetings, I used to be an active Corona developer a while back. Recently, I’ve been working with the SDK on Mac. During the build process for the device, it will ‘upload’ the resources to the cloud to create the APK or package and download it.
Is there a better way to “distribute” the resources better? Would it be better to re-package it locally with the resources and re-sign (if possible)?
I even toyed with the idea of sending the ‘base’ app and then it downloads the resources, but I am thinking the user experience may not be as good.
Thoughts?