Tuesday, September 6, 2016

iOS how to resign an application

Problems because of the adhoc builds released for internal testing got expired by its provisioning profile? There is a utility to resign such ipa files easily.

iResign is an application which can be downloaded from the link below which helps to do this easily.

As can be seen in the UI, just select the ipa to resign, select the provisioning profile to be used and the Certificate information. Click resign and thats it. it generate the ipa which is ready to be installed again working.

 


Based on experience, it appears that the installation of the signed one fails if don’t give the bundle id at the time of resign.

references:
https://github.com/maciekish/iReSign

No comments:

Post a Comment