Hello,
It would be a great improvement to the iOS build sharing of Unity Cloud Build if we could re-sign an already finished build with a new Provisioning Profile.
This is very handy when new UDIDs need to be added into a Provisioning Profile and all it would take is a resign (instead of being forced to build a new IPA).
The intended feature could be to:
1. have a re-sign option in a specific entry of the build history
2. pick a signing credentials from a list of existing credentials or create a new one
3. confirm the re-sign
4. the share link for this build would now provide the newly re-signed IPA
Additionally, it would help to see somewhere which signing credential was applied to a specific build.
As UCB already uses fastlane, wouldn't it be easy to integrate a resign feature with sigh? https://docs.fastlane.tools/actions/sigh/#resign
Add comment