mobile_app_open icon indicating copy to clipboard operation
mobile_app_open copied to clipboard

Preparing for submit the Android app (after 4.0) to the Play Store

Open freedomtan opened this issue 1 year ago • 6 comments

Let's try to list all the things we need to see if we still to something more:

  • []
  • []

freedomtan avatar Jan 23 '24 06:01 freedomtan

  • [x] Set up a CI workflow to build and deploy APK to Play Store (@anhappdev) https://github.com/mlcommons/mobile_app_open/pull/864

anhappdev avatar Jan 23 '24 07:01 anhappdev

Here are the basic steps we need to follow up to submit the app:

  1. Create a Developer Account
  2. Sign the App with a Release Key:
  • [x] Use the keytool command to generate a release key and a keystore file.
  • [x] Update app's build.gradle file with the signing configuration.
  1. Create an App Listing on Google Play Store:
  • [x] Log in to the Google Play Developer account and navigate to the Google Play Console.
  • [x] Click on "Create App" and provide necessary information like app's title, default language, and type (app or game).
  1. Complete the App Listing Details:
  • [x] Provide app title,
  • [x] Short and full description
  • [x] App category
  • [x] Content rating,
  • [x] Contact details,
  • [x] And links to privacy policy and terms of service.
  • [ ] Upload graphical assets like the app icon, screenshots, and feature graphic.
  1. Set Pricing and Distribution:
  2. Upload Android App Bundle or APK:
  • [x] Build the app in release mode to generate an Android App Bundle (.aab) or an APK file.
  • [x] In the Google Play Console, navigate to the "Releases" section and upload your app bundle or APK.
  1. Publish the App

RSMNYS avatar Jan 26 '24 09:01 RSMNYS

Related:

  • https://github.com/mlcommons/mobile_app_open/issues/727

anhappdev avatar Feb 01 '24 03:02 anhappdev

  • The app is rejected on Play Store with the following reason:

    All Files Access Permission policy: Not a core feature

  • We need to resolve the issue https://github.com/mlcommons/mobile_app_open/issues/702

anhappdev avatar May 07 '24 06:05 anhappdev

@RSMNYS Please update screenshots with new UI for both Google Play and Apple App Store,

freedomtan avatar May 28 '24 05:05 freedomtan

~~The app is now available for open testing at: https://play.google.com/store/apps/details?id=org.mlcommons.android.mlperfbench~~

anhappdev avatar May 31 '24 23:05 anhappdev