Publish

Publish

Helps the creation of external files for the app (icons and launch/default images). It also captures information that may be used in the Rate App interaction.

Ratings and Reviews


Project Icons

When your app is ready (or any time you want), click the default icon button and browse to a PNG image that will act as a master icon (it must be a square image with, at least, 144×144 pixels). Kwik will then automatically create all the icons needed according the selected project device.

Kwik outtps these files for iOS to build4\Images.xcassets\AppIcon.appiconset\ folder

Kwik outputs these files for Android to build4 folder

please read the references in Solar2D documents


Big Icon and Splash Screen

When your app is ready (or any time you want), click the default Kwik icon button and browse to a PNG or PSD image that will act as a master default page (it must be an image with the same size of a project page). Kwik create the following files in launchimage-master folder under YOUR_PROJECT folder

For iOS

Kwik outputs the files under YOUR_PROJECT/launchimage-master folder. You need to follow these steps to export a storyboard.

  1. You need xCode to open this project template (launchimage-master.zip)

  2. drag the files to the Launch entry

  3. manually export LaunchScreen.storyboardc into build4 folder

    Please read Building Launch Screens — iOS and Splash/Launch Screen.

For Android,

Splash/Launch Screen can be customized if you purchase Splash Screen Control plugin. Search Splash Screen Control.

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

Update template

It updates the tmplt folder in your project folder. Tmplt folder contains the lua template files to be used for generating codes. Kwik daily updates and major updates will request you to update the tmplt folder of your project if the tmplt is old.