mlcommons / mobile_app_open

Mobile App Open
https://mlcommons.org/en/groups/inference-mobile/
Apache License 2.0
42 stars 21 forks source link

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

Open freedomtan opened 7 months ago

freedomtan commented 7 months ago

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

anhappdev commented 7 months ago
RSMNYS commented 7 months ago

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.
  3. 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).
  4. 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.
  5. Set Pricing and Distribution:
  6. 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.
  7. Publish the App
anhappdev commented 7 months ago

Related:

anhappdev commented 4 months ago
freedomtan commented 3 months ago

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

anhappdev commented 3 months ago

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