Store Services

Store Services


build4/build.settings

please review build.settings and config.lua you find in build4 folder with the following information.

https://docs.coronalabs.com/guide/distribution/buildSettings/index.html

buiid.settings

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

config.lua

    application =
    {
        license =
        {
            google =
            {
                key = "YOUR_LICENSE_KEY",
                policy = "serverManaged"
            },
        },
        ...
        ...
    }