Get job-scoped Android signing material
Returns Android signing profiles only to the assigned runner while the job is active. Both the runner bearer token and job-scoped signing grant are required.
get_job_android_signingReturns Android signing profiles only to the assigned runner while the job is active. Both the runner bearer token and job-scoped signing grant are required.
Authorization
bearer_auth In: header
Path Parameters
Runner ID
Build/Job ID
Header Parameters
Job-scoped signing grant
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/runners/string/jobs/string/android-signing" \ -H "x-oore-signing-token: string"{ "debug": null, "release": null}Sync iOS provisioning profiles POST
Re-downloads provisioning profiles from Apple via App Store Connect API.
Get job-scoped iOS signing material GET
Returns the iOS signing bundle only to the assigned runner while the job is active. Both the runner bearer token and job-scoped signing grant are required.