SGMLXML.net A place for SGML and XML application developers.

June 3, 2016

Shenzhen for viewing Mobile Provision Information

Filed under: iOS,Software — cangione @ 8:32 am

Shenzhen for viewing Mobile Provision Information

Highly recommend this open source program for MACs to disply the embedded .mobileprovision Information in IPA files:

https://github.com/nomad/shenzhen/blob/master/README.md
 

This allows you to look at how an ipa file was signed and when it expires without having to unpack the file.
 
It’s easy to install from a command line:
 

        sudo gem install shenzhen

 
Then you can run a command like this:
 

        ipa info MYAPP.ipa 

Example Result:

Result

Powered by WordPress