|
| 1 | +# Play Pre-Launch Report |
| 2 | + |
| 3 | +Use this runbook after a signed Android App Bundle has been uploaded to Google |
| 4 | +Play Internal Testing or Closed Testing. It is the release gate for issue #459. |
| 5 | + |
| 6 | +## Prerequisites |
| 7 | + |
| 8 | +- #452 is complete: a signed release AAB has been uploaded to an internal or |
| 9 | + closed testing track for `club.devkor.ontime`. |
| 10 | +- The uploaded build uses the intended version name and Play `versionCode`. |
| 11 | +- The release owner has Google Play Console access for the app. |
| 12 | +- The release owner can file or assign follow-up issues for any blocking |
| 13 | + findings. |
| 14 | + |
| 15 | +Do not close #459 before the actual Play Console report exists. Codex may help |
| 16 | +triage exported report text, screenshots, or issue details, but cannot run the |
| 17 | +report without Play Console access. |
| 18 | + |
| 19 | +## Run The Report |
| 20 | + |
| 21 | +1. Open Google Play Console for `club.devkor.ontime`. |
| 22 | +2. Confirm the internal or closed testing release contains the intended AAB. |
| 23 | +3. Open the release or testing track pre-launch report. |
| 24 | +4. If the report has not finished, wait for completion before making the |
| 25 | + release decision. |
| 26 | +5. Save the report URL or screenshots in the release tracking thread. |
| 27 | +6. Record the devices, Android versions, locales, and test account state covered |
| 28 | + by the report when Play Console exposes them. |
| 29 | + |
| 30 | +## Triage Expectations |
| 31 | + |
| 32 | +Treat these as release-blocking unless the release owner explicitly accepts the |
| 33 | +risk in writing: |
| 34 | + |
| 35 | +- Crash on launch, login, notification permission flow, schedule creation, |
| 36 | + schedule edit/delete, My Page, or privacy policy navigation. |
| 37 | +- ANR during startup, authentication, schedule/preparation flows, notification |
| 38 | + prompts, or alarm-related flows. |
| 39 | +- Policy warning, app content warning, SDK warning, permission warning, or |
| 40 | + Play account warning tied to the uploaded build. |
| 41 | +- Severe accessibility finding that prevents core navigation, authentication, |
| 42 | + schedule management, or required disclosure access. |
| 43 | +- Device-specific failure on a common Android version or device profile that is |
| 44 | + likely to affect real testers. |
| 45 | + |
| 46 | +Non-blocking findings still need a recorded owner decision. Prefer follow-up |
| 47 | +issues for cosmetic accessibility warnings, device-specific rendering glitches, |
| 48 | +or low-risk warnings that do not prevent internal testing. |
| 49 | + |
| 50 | +## Evidence Template |
| 51 | + |
| 52 | +Use this template in the release tracking thread, PR, or issue comment before |
| 53 | +closing #459: |
| 54 | + |
| 55 | +```md |
| 56 | +Pre-launch report evidence |
| 57 | + |
| 58 | +App: |
| 59 | +Package: |
| 60 | +Track: |
| 61 | +Version name: |
| 62 | +Version code: |
| 63 | +AAB source: |
| 64 | +Play Console report URL: |
| 65 | +Report completed at: |
| 66 | +Release owner: |
| 67 | + |
| 68 | +Summary: |
| 69 | +- Crashes: |
| 70 | +- ANRs: |
| 71 | +- Policy/app content warnings: |
| 72 | +- Severe accessibility warnings: |
| 73 | +- Device or OS-specific failures: |
| 74 | + |
| 75 | +Blocking findings: |
| 76 | +- None / <link issue, owner, and decision> |
| 77 | + |
| 78 | +Accepted risks: |
| 79 | +- None / <finding, reason, owner approval> |
| 80 | + |
| 81 | +Follow-up issues: |
| 82 | +- None / <issue links> |
| 83 | + |
| 84 | +Release decision: |
| 85 | +- Continue internal testing / hold release / upload fixed build |
| 86 | +``` |
| 87 | + |
| 88 | +## Closure Checklist |
| 89 | + |
| 90 | +- The report completed for the intended uploaded build. |
| 91 | +- Crashes and ANRs are reviewed. |
| 92 | +- Policy and app content warnings are reviewed. |
| 93 | +- Severe accessibility warnings are reviewed. |
| 94 | +- Release-blocking findings are fixed in a new build or explicitly accepted by |
| 95 | + the release owner. |
| 96 | +- Evidence is recorded in the release tracking thread or #459. |
0 commit comments