Hi all,
I’m currently building via Corona native and I’m struggling to find a way to remove the Corona specific splash screen. I don’t want to just replace the image shown on the black screen, I want it to be fully disabled.
If I was building via the simulator I would just disable the splash screen via build.settings, but that isn’t an option for native builds. How do we get the same functionality from Corona native?
The docs state:
Because build.settings does not apply to app builds performed via Corona Native, special handling is required to customize the splash screen in these instances:
• For iOS, place an image named _CoronaSplashScreen.png in the root of your app bundle, specifying it as a “resource” in Xcode.
• For Android, place an image named _corona_splash_screen.png within res/drawable/ using whatever mechanism is appropriate in Android Studio or otherwise.
But that would just be replacing the splash screen, not removing it… I’m probably missing something very simple here, but it would be great it someone could shed some light on this issue!
ps. In older versions of Corona native in Xcode I would just remove the line that copies the splash screen in build phases, that just results in validation errors with new builds.
Thanks,
Jamie