Dashwave makes it easy to build, sign, and deploy your mobile apps to the Play Store using its built-in CI/CD system. Here’s a step-by-step guide to get started.
Step 1: Create a Deployment Project
- Open the Deployment Panel
- After finalizing your mobile app inside the Dashwave workspace, go to the Deployments tab.
- Create a New Project
- Click “New Project”
- Provide a project name and select your stack:
- React Native
- Flutter
- Kotlin
Step 2: Connect Your GitHub Repository
- Install Dashwave GitHub App
- If not already installed, you’ll be prompted to install the Dashwave GitHub App.
- Once installed, select the repository where your app code lives.
- Haven’t Connected Workspace Code to a Repo Yet?
- If your code exists only in the Dashwave workspace, you can push it to a new GitHub repository from within the workspace.
Step 3: Add Play Store Signing Configurations
Before building for Play Store deployment, you need to add your signing credentials:
- Go to the Configurations Tab
- Under Default Configuration > Signing, upload your
.keystore
or .jks
file.
- Save Configuration
- Once added, this will be used to build signed APKs or AABs suitable for Play Store uploads.
Step 4: Build the App for Release