How testflight is resigning with new mobile provisioning profile with out certificate?

513 views Asked by At

I am amazed with test flight, how they do resign with new mobile provisioning profile with out certificate.

I tried for resign commands and I got this.

Resigning an iOS provisioning profile

here we need to point certificate in the command. But, I am sure I did not upload certificate file to test flight. Then how they are resigning .ipa file.

any trick/tip please tell me.

1

There are 1 answers

3
Apurv On BEST ANSWER

There is absolutely no need to resign the application. Application are signed by certificates. Provisional profile is having a list of certificates for which it can allow the permissions for selected devices. You can check it on portal by creating a new provisional profile. You will need to check the certificates.

Now when you want to add new UDIDs, you can just update the provisional profile(PP). Because the PP is already having the reference of the certificate which is used to sign the binary. So there is no need to re-sign the binary.

In short, if you have given a binary to client and he tells to add one more device UDID, no need to generate new binary. Just provide new PP and he will able to install the binary.