Overview
This guide walks you through publishing your MobileCoder app to the Google Play Store. You’ll need to create an AAB (Android App Bundle) file and set up a Google Play Developer account.Prerequisites
- Google Play Developer Account ($25 one-time fee) — Sign up here
- Node.js and npm installed
- Your MobileCoder project code downloaded
- App icon and screenshots ready
Step 1: Prepare Your App
Update App Information
Before building, update your app’s configuration inapp.json:
The package name must be unique and typically follows the format
com.companyname.appname. The versionCode must be incremented for each new release.Step 2: Create APK for Testing
Before publishing, test your app on a physical Android device.Generate APK
Install on Device
- Download the APK file
- Transfer to your Android device
- Open the file to install (you may need to enable “Install from unknown sources”)
- Test your app thoroughly
Step 3: Create AAB for Production
The Google Play Store requires an AAB (Android App Bundle) for distribution.Generate AAB
Step 4: Set Up Google Play Console
1
Create Developer Account
Go to Google Play Console and sign up. There’s a one-time $25 registration fee.
2
Create New App
Click Create app and fill in:
- App name
- Default language
- App or game
- Free or paid
3
Complete Store Listing
Fill in all required information:
- App details: Description, screenshots, feature graphic
- Categorization: Category and tags
- Contact details: Email, phone, website
Step 5: Upload and Release
1
Go to Production
In your app’s dashboard, navigate to Release → Production.
2
Create New Release
Click Create new release.
3
Upload AAB
Drag and drop your AAB file or click to browse.
4
Add Release Notes
Write what’s new in this version.
5
Review and Roll Out
Click Review release, then Start rollout to Production.
Internal Testing (Recommended)
Before a full release, test with a small group:- Go to Release → Testing → Internal testing
- Create a new release and upload your AAB
- Add tester email addresses
- Testers receive a link to install your app
App Review Timeline
How long does review take?
How long does review take?
New apps typically take 1-3 days for review. Updates are usually faster.
What does Google check?
What does Google check?
Google reviews for policy compliance, security issues, and content guidelines.
What if I get rejected?
What if I get rejected?
Google will explain the issue. Fix the problem and resubmit your app.
Common Requirements
Privacy Policy
A privacy policy URL is required. It must be accessible and describe how you handle user data.Content Rating
Complete the content rating questionnaire in Google Play Console to receive a rating for your app.Data Safety
Fill out the Data Safety section to describe what data your app collects and how it’s used.Updating Your App
To release an update:- Increment the
versionCodeinapp.json - Build a new AAB
- Create a new release in Google Play Console
- Upload and roll out