playstore_setup_key
Configure Android project for Google Play Store publishing by copying service account key and setting up fastlane configuration files for metadata and locales.
Instructions
Set up Google Play Store publishing for a project. Copies the service account JSON key, creates/updates fastlane Appfile and Fastfile for Android, and creates the metadata directory structure with locale folders.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jsonKeyPath | Yes | Path to the Google Play service account JSON key file | |
| projectDir | Yes | Path to the app project directory | |
| packageName | No | Android package name (e.g., com.example.myapp) |