Search code examples
iphoneioscode-signingprovisioning

How can I find exactly what my codesign identity is?


I need to know exactly what my codesign identity is. Where can I find that? And what is the usual format for a codesign identity? Thank you!


Solution

  • In Xcode, you can access the Code Signing Identity by selecting your target, going to build settings and it's right under "Code Signing Identity".

    For more information, you can access Apple's Documentation.