Skip to content

gplay internal-sharing

Quick internal testing without review.

gplay internal-sharing <subcommand> [flags]

Upload APKs or bundles for internal sharing.

Internal app sharing allows you to quickly share builds with internal testers without going through the review process.

Shared artifacts:

  • Are only accessible to users in your organization
  • Don’t require publishing to a track
  • Generate shareable URLs for direct installation

Upload an APK for internal sharing.

gplay internal-sharing upload-apk --package <name> --file <path>

Upload an APK for internal app sharing.

After upload, you’ll receive a download URL that can be shared with internal testers for direct installation.

Flag Description Default
--file Path to .apk file ``
--output Output format: json (default), table, markdown json
--package Package name (applicationId) ``
--pretty Pretty-print JSON output false

Upload a bundle for internal sharing.

gplay internal-sharing upload-bundle --package <name> --file <path>

Upload an app bundle for internal app sharing.

After upload, you’ll receive a download URL that can be shared with internal testers for direct installation.

Flag Description Default
--file Path to .aab bundle file ``
--output Output format: json (default), table, markdown json
--package Package name (applicationId) ``
--pretty Pretty-print JSON output false