Google Play Console

Management access, analytics, and distribution tracking for Phenom Android apps on Google Play.

Google Play Console

This page tracks key information for Phenom’s presence on Google Play.

The Phenom App on mobile

Applications

AppStatusRepository
Phenom (Buzzard)Production (v1.x)Buzzard-Android
The Phenom App (Peregrine)In DevelopmentPhenomApp

Access Management

Build Flavors (Buzzard Android)

The Buzzard Android app uses multiple build flavors:

  • dev — Development builds with debug features
  • production — Production release builds
  • swr — Skywatch Record variant

Distribution is managed through Firebase App Distribution for beta builds and Google Play for production releases.

flowchart TD A([Source Code]):::source --> B{Build Flavor} B --> C([dev]):::dev B --> D([production]):::prod B --> E([swr]):::dev C --> F([Firebase App Distribution]):::deploy D --> G([Google Play Store]):::deploy E --> F classDef source fill:#1a1a1a,stroke:#a5e3e8,color:#ffffff,rx:30 classDef dev fill:#151515,stroke:#d73429,color:#ffffff,rx:30 classDef prod fill:#121010,stroke:#a5e3e8,color:#a5e3e8,rx:30 classDef deploy fill:#d73429,stroke:#ffffff,color:#ffffff,rx:30

Analytics

Key metrics tracked:

  • Installs and uninstalls
  • Ratings and reviews
  • Crash rate and ANRs (Application Not Responding)
  • Device compatibility

Notes

  • The Buzzard Android app targets SDK 33-35
  • CI/CD is configured via GitLab CI
  • The Peregrine (PhenomApp) version will be distributed via EAS (Expo Application Services) when ready