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.

Community
  • 1
  • 1
Ashwani K
  • 7,880
  • 19
  • 63
  • 102

1 Answers1

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