Current location - Quotes Website - Signature design - How to re-sign the ios personal developer certificate?
How to re-sign the ios personal developer certificate?
1. 1. The upgraded ipa logo, certificate ID+BundleID, can only be installed in cover the installation if they are completely matched.

2. Open the ipa package and you will find two files _CodeSignature and embedded.mobileprovision.

3. Unzip the ipa installation package

4. Replace the certificate configuration file (the file name must be embedded and cannot be customized).

5. Re-sign (Certnename is the file name of the re-signed certificate, and the certificate ID suffix can be added).

bale

Ps: Ignoring the second step or not specifying when entitlements.plist will re-sign will cause ipa package installation to fail.