Quick start
Let's discover ShipThis in less than 5 minutes.
ShipThis is a command-line tool which manages building and uploading your Godot mobile games to the Apple App Store and Google Play.
What you'll need
- A Godot 3.6 or 4.3 game
- Node.js version 18.0 or above
- If you are building an iOS game - an Apple Developer account
- If you are building an Android game - a Play Console developer account
1. Install ShipThis
ShipThis can be installed as a package via the NPM package manager. Run the following at the command line:
2. Authenticate
At the same command line, run the shipthis login
command, it will create an account for you if one does not exist.
3. Set up your game
Next, run the wizard command to configure your game on ShipThis. The command takes a platform parameter - this can be either android or ios.
tip
The shipthis game wizard
command should be run from a directory which contains a project.godot file.
Set up an Android game
Set up an iOS game
4. Ship!
Now you can publish new versions your game to TestFlight or Google Play with the shipthis game ship
command: