{ "cli": { "version": ">= 5.9.0" }, "build": { "development": { "developmentClient": true, "distribution": "internal" }, "preview": { "distribution": "internal", "ios": { "simulator": false } }, "production": { "autoIncrement": true } }, "submit": { "production": { "ios": { "appleId": "YOUR_APPLE_ID", "ascAppId": "YOUR_APP_STORE_CONNECT_APP_ID", "appleTeamId": "YOUR_APPLE_TEAM_ID" }, "android": { "serviceAccountKeyPath": "./google-play-service-account.json", "track": "production" } } } }