Re: information about provisioning and code signing - in code

2014-03-06 Thread Torsten Curdt
To answer my own question with some code: https://github.com/tcurdt/TCMobileProvision Let's you access the embedded provisioning profile at runtime. cheers, Torsten On Thu, Feb 27, 2014 at 12:46 PM, Torsten Curdt wrote: > Hey there, > > I know on 10.6+ you can use "SecStaticCodeCreateWithPat

information about provisioning and code signing - in code

2014-02-27 Thread Torsten Curdt
Hey there, I know on 10.6+ you can use "SecStaticCodeCreateWithPath" and friends to verify the app signature in code. Is there also a way on iOS to somehow access information about things like provisioning profile/certificate from within the app? Ideally I would like to get access to the provisi