Where do I pay to remove the "Powered by Corona Labs" splash screen?

Thanks for the clarification Rob.  I didn’t know that the splash screen feature superseded the use of Default.png (on Android), but it makes sense.

So the “Powered by Corona” ad will show

1 ) in all future apps
2 ) and all future app updates

3 ) for everyone who has used Corona SDK
4 ) until they pay $99/year?

1 and 2 unless corona changes there code

3 if you use an old build you maybe be able to get away with it but it is recommended and you won’t new features or be able to publish with Apple

4 yes

Assuming you have not purchased the plugin and taken steps in your build.settings to disable the splash screen:

Existing apps you have in the store will not show a splash screen unless you update them. After you update them, they will have the splash screen.

New apps you create will have the splash screen.

If you have apps in the store that do show the splash screen and you buy the splash screen control plugin, you would have to update your build.settings to disable the splash screen and submit an update to the stores at which point any one who updates to your latest version will have the splash screen removed.

This is a build-time decision as to if the splash screen is included or not. 

Paid Enterprise subscribers and people who have purchased the Corona Professional ad plugin bundle get the splash screen control included.

Hope this helps. 

Rob

Does this mean, that we don’t need to buy the plugin for to customize the splash screen?

just by using add this in the build settings ?

settings =
{
splashScreen =
{
ios = {
enable = false,
},
android = {
enable = true,
image = “Default.png”
}
},
}

will this work for build 

CoronaSDK-2016.2992.msi

please advise if i need to buy the plugin for the splash screen or not in order to implement what

Rob miracle suggested in the build settings.

thank you so much.

If you are a paid Enterprise subscriber or you have purchased the Splash Screen Control plugin, you can manage the plugin via build.settings for Simulator builds. If you have not purchased a subscription to either of these, you will get the Corona Labs splash screen.

Rob

So the “Powered by Corona” ad will show

1 ) in all future apps
2 ) and all future app updates

3 ) for everyone who has used Corona SDK
4 ) until they pay $99/year?

1 and 2 unless corona changes there code

3 if you use an old build you maybe be able to get away with it but it is recommended and you won’t new features or be able to publish with Apple

4 yes

Assuming you have not purchased the plugin and taken steps in your build.settings to disable the splash screen:

Existing apps you have in the store will not show a splash screen unless you update them. After you update them, they will have the splash screen.

New apps you create will have the splash screen.

If you have apps in the store that do show the splash screen and you buy the splash screen control plugin, you would have to update your build.settings to disable the splash screen and submit an update to the stores at which point any one who updates to your latest version will have the splash screen removed.

This is a build-time decision as to if the splash screen is included or not. 

Paid Enterprise subscribers and people who have purchased the Corona Professional ad plugin bundle get the splash screen control included.

Hope this helps. 

Rob