How to find out what profile was used for building *.ipa file?

后端 未结 5 1600
粉色の甜心
粉色の甜心 2020-12-02 09:59

Is it possible and how to grab that information about profile just from existing *.ipa file?

5条回答
  •  暖寄归人
    2020-12-02 10:27

    Go to your Xcode organizer and click on the archives.You can see the list of archives you have made. Clicking on it will show you the details like date of creation, identifier etc. You can find the profile you created for this by matching this identifier you got.

提交回复
热议问题