saltpi/Get Last Build Number
Get the last build number for a given app ID from AppStore Connect
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-id | The App ID to get last build number for | yes | — |
| platform | The platform to retrieve build number for. One of IOS, MAC, TVOS | no | IOS |
| project-path | The path to the project file. This is used to determine the bundle ID of the app. | no | "" |
| issuer-id | The AppStore Connect API Key Issuer Identifier | yes | — |
| api-key-id | The Key ID for AppStore Connect API | yes | — |
| api-private-key | The PKCS8 format Private Key for AppStore Connect API | yes | — |
Outputs
| name | description |
|---|---|
| build-number | The build number of the last build |
| build-version | The version of the last build |