certificate - IOS Code Signing Debugging Utility -


i'm looking @ creating standalone utility displays user friendly error messages debugging issues related code signing , deployment typically encountered during ios development.

it should programatically start opening provisioning profile chosen user, inspect each of certificates in them, dig out public key used in each of certificates, find out if appropriate private keys present in key-chain , see if raw materials in right places. if missing or out of place should display clear message user. if fine, should display certificate use along chosen private key key-chain.

to achieve this, how programatically extract public keys inside certificates , inspect key-chain private key matches? pointers help.

ps: know xcode of above not friendly should , think mysteries related black box code-signing approach needs unraveled , democratized.


Comments