aexol
1
Hello.
Since today I have a problem running Corona Native apps in Xcode.
I have Corona Splash Control activated and according to your docs in order to change splash I have to replace _CoronaSplashScreen.png file.
I changed it like I always did, but since today I get native alert.
FYI: Corona Splash Control is active on marketplace, I added it in build.settings and I run Download Plugins target as well.
How am I supposed to turn Corona Splash Control off?
vlads
2
Hello. I just tried with several accounts, everything worked for me. Here’s common steps to pinpoint where problem is:
- Make sure you have an active license for Splash Screen Control
- Try opening any sample (Samples button on Welcome screen)
- Before building a sample, open build.settings and add
splashScreen = { enable = false },
to disable splash screen
- Build the app
- Run it
- Make sure user is correct
- Start Corona Simulator, in Menu select Corona Simulator -> Settings
- Press “Deauthorize and Quit”
- Start Corona Simulator again and
- Try with clean Native project
- Copy Native/Project Teplate/App, and start it.
- Make some changes to App/ios/_CoronaSplashScreen.png in your copy of the App ( I just delete half of it in Preview app)
- Start again
splashScreen = { enable = false },
This is not work if project is copy from SimpleLuaExtension.
vlads
4
Hello. I just tried with several accounts, everything worked for me. Here’s common steps to pinpoint where problem is:
- Make sure you have an active license for Splash Screen Control
- Try opening any sample (Samples button on Welcome screen)
- Before building a sample, open build.settings and add
splashScreen = { enable = false },
to disable splash screen
- Build the app
- Run it
- Make sure user is correct
- Start Corona Simulator, in Menu select Corona Simulator -> Settings
- Press “Deauthorize and Quit”
- Start Corona Simulator again and
- Try with clean Native project
- Copy Native/Project Teplate/App, and start it.
- Make some changes to App/ios/_CoronaSplashScreen.png in your copy of the App ( I just delete half of it in Preview app)
- Start again
splashScreen = { enable = false },
This is not work if project is copy from SimpleLuaExtension.