Now that I've acquired the plugin, how do I implement CoronaSplashControl?

In attempting to make the CoronaSplashControl plugin work, I have:

  1. Activated the CoronaSplashControl plug-in after paying my $99 at: https://marketplace.coronalabs.com/

  2. I’ve changed my build.settings to include the plugin as follows:

    plugins = {
     [‘plugin.CoronaSplashControl’] = { publisherId = ‘com.coronalabs’ },
     [“plugin.facebook.v4”] = { publisherId = “com.coronalabs”    },

     etc…

What else is necessary for the “Powered by CoronaLabs” to disappear and my custom splash screens (i.e. Default-xxxxxxxxx) to appear?

Did you follow the doc : https://docs.coronalabs.com/plugin/CoronaSplashControl/index.html  ?

The docs are good. And it works fine on iOS.

https://docs.coronalabs.com/plugin/CoronaSplashControl/index.html

TO REMOVE CORONA LABS splash screen

settings = { splashScreen = { enable = false, }, }

OR

TO SHOW CUSTOM splash screen

settings = { splashScreen = { enable = true, image = “mySplashScreen.png”}, }

But I still have a black screen on my Android devices. And I still have all my default images.

The Android black screen bug is discussed in this other thread: https://forums.coronalabs.com/topic/65637-corona-enterprise-20162949-android-splash-screen-bug/

Did you follow the doc : https://docs.coronalabs.com/plugin/CoronaSplashControl/index.html  ?

The docs are good. And it works fine on iOS.

https://docs.coronalabs.com/plugin/CoronaSplashControl/index.html

TO REMOVE CORONA LABS splash screen

settings = { splashScreen = { enable = false, }, }

OR

TO SHOW CUSTOM splash screen

settings = { splashScreen = { enable = true, image = “mySplashScreen.png”}, }

But I still have a black screen on my Android devices. And I still have all my default images.

The Android black screen bug is discussed in this other thread: https://forums.coronalabs.com/topic/65637-corona-enterprise-20162949-android-splash-screen-bug/