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
- App ID (iOS only): captures the string ID assigned to the app by the iTunes
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
- Icon-40.png
- Icon-58.png
- Icon-76.png
- Icon-80.png
- Icon-87.png
- Icon-120.png
- Icon-152.png
- Icon-167.png
- Icon-180.png
- Icon-1024.png
Kwik outputs these files for Android to build4 folder
- Icon-xxxhdpi.png 192 × 192
- Icon-xxhdpi.png 144 × 144
- Icon-xhdpi.png 96 × 96
- Icon-hdpi.png 72 × 72
- Icon-mdpi.png 48 × 48
- Icon-ldpi.png 36 × 36
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
-
Launch.png 512 x 512
-
Launch@2x.png 1024 x 1024
-
Launch@3x.png 1536 x 1536
please read ios11_corona_updates
For iOS
Kwik outputs the files under YOUR_PROJECT/launchimage-master folder. You need to follow these steps to export a storyboard.
-
You need xCode to open this project template (launchimage-master.zip)
-
drag the files to the Launch entry
-
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.
-
Corona Splash control purchased
if you purchase it, check this option. Kwik sets the build.settings with the plugin
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.
-
Use Kwik3’s texture packer files.
this option enables to load the old Kwik3 format of Texture packer files if you don’t update spritesheet format to Kwik4.
Kwik4 uses Solar2D' Image sheet format in texture packer.