How to install app using App store connect API?

I am trying to install app using the App Store Connect API but no success. I am using this api "https://api.appstoreconnect.apple.com/v1/installations" to install app on device but getting error { "errors": [ { "status": "404", "code": "NOT_FOUND", "title": "The specified resource does not exist", "detail": "The path provided does not match a defined resource type." } ] }

Please let me know if i am missing something.

Replies

Where are you trying to install the app?

I asked because the endpoint you mentioned doesn’t seem to be part of the App Store Connect API:

  • That API is about managing your apps on App Store Connect, not about installing apps on user devices.

  • I downloaded the OpenAPI spec from the API docs page and it make no mention of an installations endpoint.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"