How to get the dSYM file from the ipa file available on App Store

前端 未结 2 1617
谎友^
谎友^ 2021-01-11 15:50

There is a way to get a dSYM file from the ipa file that is available in App Store?

I\'ve lost my archives that had that dSYM particularly.

Can I do that?

相关标签:
2条回答
  • 2021-01-11 16:26

    Assuming you still have access to the app in iTunes Connect, it's now possible to download the dSYM from iTunes Connect, too. Login, go to My Apps, select your app, then tap on the Activity tab at the top. Tap on the relevant build, and, assuming the app was submitted with symbols in the first place, you should see the option to "Download dSYM."

    The file you get is called dSYMs (without an extension) but it is in fact a zip file. Add the .zip extension, unzip, and you'll find your dSYM(s) inside.

    (I needed to do this this week since Crashlytics was complaining about a missing dSYM: https://stackoverflow.com/a/35374388/2397068.)

    0 讨论(0)
  • 2021-01-11 16:46

    Unfortunately, the dSYM is included within the app archive but not within the .ipa file, so it is not possible to get it from downloading the app from the App Store.

    This is for security reasons too- having the dSYM within the .ipa file would mean anyone could download it, potentially making it easier to hack/crack/reverse engineer your app.

    0 讨论(0)
提交回复
热议问题