Corona Splash Control - Application Validation Error

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?

Hello. I just tried with several accounts, everything worked for me. Here’s common steps to pinpoint where problem is:

  1. Make sure you have an active license for Splash Screen Control
  2. Try opening any sample (Samples button on Welcome screen)
  3. Before building a sample, open build.settings and add
    splashScreen = { enable = false },
    to disable splash screen
  4. Build the app
  5. Run it
  6. Make sure user is correct
  7. Start Corona Simulator, in Menu select Corona Simulator -> Settings
  8. Press “Deauthorize and Quit”
  9. Start Corona Simulator again and 
  10. Try with clean Native project
  11. Copy Native/Project Teplate/App, and start it.
  12. Make some changes to App/ios/_CoronaSplashScreen.png in your copy of the App ( I just delete half of it in Preview app)
  13. Start again

splashScreen = { enable = false },

This is not work if project is copy from SimpleLuaExtension.

Hello. I just tried with several accounts, everything worked for me. Here’s common steps to pinpoint where problem is:

  1. Make sure you have an active license for Splash Screen Control
  2. Try opening any sample (Samples button on Welcome screen)
  3. Before building a sample, open build.settings and add
    splashScreen = { enable = false },
    to disable splash screen
  4. Build the app
  5. Run it
  6. Make sure user is correct
  7. Start Corona Simulator, in Menu select Corona Simulator -> Settings
  8. Press “Deauthorize and Quit”
  9. Start Corona Simulator again and 
  10. Try with clean Native project
  11. Copy Native/Project Teplate/App, and start it.
  12. Make some changes to App/ios/_CoronaSplashScreen.png in your copy of the App ( I just delete half of it in Preview app)
  13. Start again

splashScreen = { enable = false },

This is not work if project is copy from SimpleLuaExtension.