| 12345678910111213141516171819 |
- # App Store Connect API credentials
- # Create at: https://appstoreconnect.apple.com → Users and Access → Integrations → App Store Connect API
- #
- # Copy this file to `.env` and fill in your values:
- # cp .env.example .env
- APP_STORE_CONNECT_ISSUER_ID=
- APP_STORE_CONNECT_KEY_ID=
- # Path to the downloaded .p8 key (relative to this folder is fine)
- APP_STORE_CONNECT_PRIVATE_KEY_PATH=./AuthKey_XXXXXXXXXX.p8
- # App identifiers (App Store Connect → App → App Information)
- APP_STORE_CONNECT_BUNDLE_ID=com.hwaccount.app-for-indeed
- APP_STORE_CONNECT_TEAM_ID=NNC7V99779
- # Numeric IDs for Mac App Store marketing links (also used in Xcode Local.xcconfig)
- APP_STORE_APP_ID=
- APP_STORE_DEVELOPER_ID=
|