litecoin-foundation / Litewallet-Project

General information for Litewallet across all platforms
5 stars 0 forks source link

[ Tech Debt ] Automate the upload of App Store and Play Store Metadata #6

Open kcw-grunt opened 3 years ago

kcw-grunt commented 3 years ago

Goal

Scale upload of the app metadata so the team don't have to manually upload the localizations and the marketing data

Approach

Each store has different methods. But the overall architecture needs to be followed:

  1. Get API Access

  2. Follow the schema for updating the metadata

    • [ ] Android :
    • [ ] iOS : app-store-connect-openapi-spec.json
  3. Configure an environment for updating the metdata. When release is ready, the test and steps must allow pass/fail. These steps may be

    • Localization of all text in the change
    • Update Locales (for instance Spanish (ES) and Spanish (MX) and Spanish (Ven)
    • Update the release notes with localizations
    • Update the screenshots and the video clips
  4. A web app that can manage this data can be created to inject with the release or it can be integrated into the codebase

Supporting Issues