Component - Play Store submission
This UI component guides you through submitting your Android app to the Google Play Store. It shows the main steps like uploading your app bundle, adding app details, setting pricing, and publishing.
This UI component guides you through submitting your Android app to the Google Play Store. It shows the main steps like uploading your app bundle, adding app details, setting pricing, and publishing.
PlayStoreSubmissionScreen ├── AppBar │ └── TitleText ├── ScrollView │ ├── StepList │ │ ├── StepItem (Upload App Bundle) │ │ ├── StepItem (Add Store Listing) │ │ ├── StepItem (Set Pricing & Distribution) │ │ └── StepItem (Publish) │ └── SubmitButton