I am trying to re-sign an existing ipa file with new mobileprovision and distribution certificate. I am following these linksre-sign and this. However these require distribution certificate to be installed. Can I re-sign the ipa without installing the certificate in KeyChain? Something similar to passing the certificate details (password) in command line.
Asked
Active
Viewed 122 times
0
-
Do you mean: Revoke the Provisioning Profile ? – Raptor Apr 23 '14 at 08:22
-
@Raptor: No, I meant I want to resign the app as mentioned in the mentioned links but do not want to do it from installed key chain certificate. I want to sign without installing the certificate in keychain – Ashwani K Apr 23 '14 at 08:28
-
I see. Re-sign vs Resign. – Raptor Apr 23 '14 at 09:35
1 Answers
1
No. You can not specify the certificate using command line arguments. You must need to import the Distribution Certificate into Keychain first. Once installed, you can resign the app via command line arguments.

Apurv
- 17,116
- 8
- 51
- 67