0

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 ?
    – Raptor
    Commented 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 K
    Commented Apr 23, 2014 at 8:28
  • I see. Re-sign vs Resign.
    – Raptor
    Commented Apr 23, 2014 at 9:35

1 Answer 1

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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.