Further Google Developer Account & Deployment Guideline - abhiram-shaji/Langroove GitHub Wiki


Overview

This guide provides a bit more descriptive steps for deploying the Langroove app to the Google Play Store through the Play Console on the worksofabhiram developer account. The process involves uploading an Android App Bundle (AAB), setting up app details, and managing version control.

Requirements

  • Google Play Developer Account (worksofabhiram)
  • Langroove Android Build (AAB) - located in the build artifact section
  • Play Console Access - Google Play Console

Step 1: Prepare the Build for Deployment

1.1 Build Information

Below is the recent build information to be uploaded:

  • SDK Version: 51.0.0
  • App Version: 1.0.0
  • Version Code: 4
  • Commit: d567440
  • Build Artifact: AAB file

Ensure the build is tested and ready for release.


Step 2: Access the Google Play Console

  1. Go to Google Play Console and log in with the worksofabhiram developer account.
  2. In the dashboard, select All Apps and either click Create App (for a new release) or select Langroove from the app list.

Step 3: Set Up App Details

3.1 App Information

  1. App Name: Enter Langroove.
  2. Default Language: Set to English.
  3. App or Game: Select App.
  4. Free or Paid: Choose Free.
  5. Category: Select Education.

3.2 Store Listing

Fill out the following fields under Main Store Listing:

  • Short Description: "Learn languages through real-time interaction and games on Langroove!"
  • Full Description: Detailed description (Same as in Read me).
  • Graphics: Upload assets, including screenshots and a feature graphic.
  • Contact Information: A support email address.

Step 4: Upload the AAB File

  1. In the Production section, go to Release > Production > Create New Release.
  2. Upload the AAB file generated from the latest build. Use the AAB file from the recent production build:
    • Build ID: d567440
    • AAB file: For Version 1.0.0 with Version Code 4.

Example:

Upload: Langroove_v1.0.0_build4.aab
Version Code: 4
Version: 1.0.0

Step 5: Set App Release Details

  1. In Release Notes, provide a description for the new version. Example:
    - Initial release of Langroove
    - Features include real-time text and audio chat, translation games, and more.
    
  2. Review Release to confirm the correct AAB file is uploaded and the information is accurate.

Step 6: App Content and Policy Compliance

6.1 Data Safety

Complete the Data Safety form detailing user data handling (e.g., location, personal data, etc.) based on app usage.

6.2 Ads Disclosure

Indicate my app does not include ads.

6.3 App Content Rating

Complete the Content Rating questionnaire to determine the appropriate rating.


Step 7: Submit for Review and Rollout

  1. Submit the app for review to ensure compliance with Google Play policies.
  2. Once approved, go to Production > Start Rollout to Production and click Confirm to release the app on the Play Store.