umgc / fall2022

SWEN 670 Fall 2022 cohort
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Confirm and document Google Play App Store release process #315

Closed mdconatser closed 1 year ago

mdconatser commented 2 years ago

Need to figure out credentials and actual release process early so we know our timeline for submitting the app.

shaneknows commented 2 years ago

As soon as we can get owner permissions from the professor it should just be a matter of following the 'Enable the API' step here to get the application ID, adding that secret to the Secrets in GitHub, and uncommenting that pipeline step. This will setup the draft release from our CI/CD pipelines that we can then submit for review for the Google Play Store.

Source: https://developers.google.com/android-publisher/getting_started

shaneknows commented 2 years ago

Currently waiting identification approval for an account and then we should be able to test this

shaneknows commented 2 years ago
shaneknows commented 2 years ago

Updated DevOps Guide 6.1: Deploying to the Google Play Store to outline this process