adguardteam/Store Metadata Exporter
Extract App Store Connect and Google Play metadata and write to a directory
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 24, 2026
- License
- MIT
Pinned Snippet
uses: adguardteam/store-metadata-exporter@77aae90e8a9deaf7769ec9379e3228c231c08d7b # v4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| asc-issuer-id | App Store Connect Issuer ID | no | — |
| asc-key-id | App Store Connect Key ID | no | — |
| asc-private-key | App Store Connect private key content (.p8 file contents) | no | — |
| gp-service-account | Google Play service account JSON content | no | — |
| gp-package-names | Google Play package names (comma-separated) | no | — |
| gp-package-names-file | Path to file with Google Play package names (one per line). Default: gp-packages.txt | no | — |
| output-dir | Output directory for metadata files | no | . |
| verbose | Enable verbose output | no | false |
Outputs
| name | description |
|---|---|
| apps-count | Number of apps processed |