configure_playstore
Configure Google Play Store API access by providing a service account key file or inline JSON content. The key can be stored in a config file or project directory for subsequent publishing steps.
Instructions
Configure Google Play Store API access. Provide either a file path (jsonKeyPath) or the JSON content directly (jsonKeyData). The inline method stores the key in ~/.app-publisher/config.json so you can delete the original file.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jsonKeyPath | No | Path to the Google Play service account JSON key file | |
| jsonKeyData | No | Inline JSON content of the service account key (stored in config, no file needed) | |
| projectDir | No | Optional project directory to write the key into fastlane/keys/ |