taisuke hori
taisuke hori

Reputation: 156

Is there a way to download dSYM via the AppstoreConnect API?

When ipa files are built with bitcode, App Store Connect re-generate dSYM.

Is there any way to download the dSYM files via App Store Connect API? ( I know fastlane can download the dSYM files. )

Upvotes: 7

Views: 1092

Answers (2)

Daniel Galasko
Daniel Galasko

Reputation: 24247

As of version 1.6 you can.

Each build will have a field called dSYMUrl located within the build bundles attributes.

For the fastlane inclined, support has also been added for this.

Upvotes: 1

Alexander Chausoff
Alexander Chausoff

Reputation: 11

It seems that nothing can be done about it yet. Message in forum and discussion in fastlane. Generally, "Fastlane is using the old iTunes Connect API to get dSYMs and stuff because the new API does not support it. This old API is obviously not compatible with the ASC API key."

Upvotes: 0

Related Questions