Android Google Play internal testing (TestFlight analog) #139
erik-sutton95
started this conversation in
Ideas & Feature Requests
Replies: 1 comment
|
Maintainer task tree:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What problem does this solve?
iOS already ships to testers from
mainvia Xcode Cloud → TestFlight. Android is operator-ready in-tree (just android-check, physical shell) but not on Google Play. Testers sideload debug APKs. ROADMAP Next is Play internal testing. Issue #70 (Android parity) explicitly left Play listing out of scope and is now done.Proposed solution
Mirror OpenZCine’s Play Internal path, phone only (no Wear):
bundleReleaseAAB from CImainopenpocketcine.versionName=MARKETING_VERSION)versionCode(do not commit every build)PLAY_UPLOAD_ENABLEDplayGitHub environment — never gitFirst track is internal testing, not production/open testing.
Alternatives considered
assembleDebugforever (not what testers install from Play)Area
Android app / Build / development
All reactions