mobile_app_open
mobile_app_open copied to clipboard
Preparing for submit the Android app (after 4.0) to the Play Store
Let's try to list all the things we need to see if we still to something more:
- []
- []
- [x] Set up a CI workflow to build and deploy APK to Play Store (@anhappdev) https://github.com/mlcommons/mobile_app_open/pull/864
Here are the basic steps we need to follow up to submit the app:
- Create a Developer Account
- 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.
- 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).
- 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.
- Set Pricing and Distribution:
- 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.
- Publish the App
Related:
- https://github.com/mlcommons/mobile_app_open/issues/727
- 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
@RSMNYS Please update screenshots with new UI for both Google Play and Apple App Store,
~~The app is now available for open testing at: https://play.google.com/store/apps/details?id=org.mlcommons.android.mlperfbench~~