Describe the solution you'd like
I am uploading the ipa , ipk and dsym files Using AppCenter API through jenkins Jobs . I am able to upload the files successfully and able to locate the ipa and ipk files in app center whereas dsym files is not visible or available for download. Developers are not able to download the file from AppCenter for crash reporting and analysis on third party tools.
Describe alternatives you've considered
I am uploading the DSYM file on an repository server for download.
Hi @sand070581 - thanks for the feature request! You can download the .dsym files if you're using App Center build as shown below:

Are you requesting a way to download these files using Jenkins?
Hi ,
We are not using AppCenter build feature. We are creating the ipk's in our inhouse build sytem and uploading it into AppCenter for release distribution. Along with ipk's we are also uploading DSYM files so that developers can download it for crash analysis. This feature is working well in our existing hockeyApp but AppCenter is not giving any option to download the DSYM files uploaded by us. Let me know if you need more information.
Any Update on the issue ?
No updates at the moment! Assigning Dan who can update you in the next few days. Thanks for your patience!
We're needing this feature as well to meet our business needs. Keep me updated as well if you would please.
Thanks, we're looking into it.
On App Center the services are independent. In distribute we don't extract the symbols from a .ipa. In theory it would require to make an additional call and upload the symbols to Diagnostics, however, they are currently not exposed in the UI and I see that the relation between build and symbols gets lost.
Any ETA on this?
Iām actually running into the exact same issue
@winnieli1 We use this feature frequently on HockeyApp, so having this ability before we are forced to migrate is critical.
We are missing this feature as well. We cannot download our symbols from AppCenter.
We are required to build locally and then upload. Loosing the ability to download the DSYM as we can from HockeyApp hinders our CI & testing.
We are using the AppCenter Cli to upload our ipa & dsym files.
We miss the download option too! It could be done in HockeyApp...
@derpixeldan Any progress on this issue?
For those of us not building in AppCenter this will be a critical piece of functionality not carried over from HockeyApp.
Thanks
@derpixeldan Do you have any insight to share regarding this issue?
As other have pointed out, it was possible to do so in HockeyApp, and some of us do use this feature as part of our QA and / or CD.
It is somewhat alarming to be two weeks away from the closing of HockeyApp, and not have any information regarding this issue, neither an ETA, nor knowing if it is even considered a priority or not.
Thank you for your time.
Regards
Interested in this too. Needed to properly debug builds hosted in AppC...
I have an app that uses an Azure Pipeline to build and upload the app to AppCenter together with the symbols. I can find what looks like the dSYM folder under Diagnostics -> symbols
The symbols seems to be moved one folder up in the structure so no dSYM file in the downloaded folder if only one dSYM file is uploaded. So you will need to place the Contents folder inside another folder and add the .dSYM extention.
This does not seem to be uploaded to AppStore though when publishing there.
I am using the "App Center Distribute" Task and setting the dSYM path in the symbols section.
Hope this can help some of you.
It would be great to have the ability to download the symbols from the the release page for a package.
I also would love this feature
I was going through the same issues of downloading the dSYM that I successfully uploaded via fastlane from Bitrise.
This is already available but might not be that visible, we naturally would go to the actual build and try to get the files related to that build, but instead all symbols are under Diagnostic/ Symbols ... you can see all files there with the following format name: upload-2020-05-01T02-12-12Z.zip
However there is no way to link one symbol file with the actual build it belongs other that just matching the date/time from the file name and the build.
Seems to be a limitation of the API, I couldn't find any way from the official API to link such files.
At least is better than nothing.
I stumbled upon this Issue while Googling my use case: download specific symbols (dSYM) no matter how they were uploaded to App Center. At the bottom is a Workaround short guide on how to do that because the UI doesn't support that. Before that, I go over the issues and what changes should be made.
Technically this Open Issue is _partially_ addressed as of Nov 2019 because dSYM files can be downloaded via UI Diagnostic/ Symbols (url ends with crashes/symbols/uploads), but there are still two main issues:
In the UI, I cannot download specific symbols for a build (release/build number or UUID). I'd have to download symbols within the date range of when I think the symbols were uploaded. This is unacceptable.
In the UI, there seems to be a limit of 30 symbols displayed on the page and no pagination. This means I can't even get to all symbols in my mass downloading "hunting" to try to find the one I'm looking for. This is unacceptable.
Paginate so a user can get to more than the 30 most recent symbol uploads.
Ability to name the uploaded file.
Guessing that'd have to be added here https://github.com/microsoft/appcenter-cli/blob/master/src/commands/crashes/upload-symbols.ts
This was requested just over two years ago https://github.com/microsoft/appcenter-cli/issues/407
Show more info in the Diagnostic/ Symbols page, such as the UUID(s), CFBundleVersion, and CFBundleShortVersionString. These should be available because upon upload the zip is unzipped and UUIDs recorded somewhere. If the upload also has an Info.plist, the values for the CF fields I mentioned should also be recorded somewhere.
When the above work is done, a next step would be some kind of filtering in the UI. An example is that my team will build a version multiple times so we might have 1.1.1 build 100, 1.1.1 build 101, 1.1.2 build 102, 1.1.2 build 103, etc. It would be helpful to filter by value of fields, such as version 1.1.1 and only the first two would be displayed.
Bring back the Hockey App functionality where symbols could be downloaded from a specific release page.
Several other Issues, such as https://github.com/microsoft/appcenter/issues/1340, get at these deficiencies and would be addressed by one or more of these Changes.
In case this will help anyone else, my common use case is to download specific symbols. This can be done using
https://openapi.appcenter.ms/ (specifically there is one that ends with {symbol_id}/location) and usage is explained at https://docs.microsoft.com/en-us/appcenter/api-docs/.
Pre-req: Make a read-only User API token to copy-paste for authorization (see https://docs.microsoft.com/en-us/appcenter/api-docs/).
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.
This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion.
While this issue was closed, so I don't think commenting re-opens it, @winnie @dipree is there an update? Does the issue make sense?
Most helpful comment
@derpixeldan Any progress on this issue?
For those of us not building in AppCenter this will be a critical piece of functionality not carried over from HockeyApp.
Thanks