We are still having problems with expansion files.
[lua]
display.newImageRect(“someimage.png”, width,height)
[/lua]
This will result in nil the first time the app is loaded when using an expansion file.
If we restart the app it works fine.
We don’t see this happen when NOT using expansion files.
We don’t see this happen when manually installing the apk and letting the app download the expansion itself.
It happens when the app & expansion are downloaded from the play store in one go and run the first time,
It happens if we clear the app data and cache via the android settings menus.
Are we the only ones with this kind of problem?
Is there anyway to get corona to “reload” the expansion programmaticaly without restarting the app?
Or even restart the app programatically?