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.
3
-
Do you mean: Revoke the Provisioning Profile ?– RaptorCommented Apr 23, 2014 at 8: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 KCommented Apr 23, 2014 at 8:28
-
I see. Re-sign vs Resign.– RaptorCommented Apr 23, 2014 at 9:35
Add a comment
|
1 Answer
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.