We've just rolled out an update for Codesigndoc that you'll surely appreciate if you use it: we've added an option for uploading provisioning profiles and certificates.
So far we only exported the provisioning profiles and certificates belonging to a certain project, but you had to upload them manually. From now on you can upload them too using Codesigndoc, so right after exporting, we'll ask you if you want to upload the exported files to Bitrise thus saving you the trouble and facilitating iOS code signing.
Before uploading anything, the step will check if the files you are about to upload have already been uploaded to avoid duplication. This means that you don't have to keep in mind which ones you have uploaded anymore. 💭
The feature uses the Bitrise API (read more about it here), which utilizes an access token to authenticate users.
To acquire a Personal Access Token for your user, sign in with that user on bitrise.io, go to your Account Settings page, and select the Security tab on the left side.
Uploading files, step by step
- Requesting an access token from user (see above).
- The list of apps will be downloaded from Bitrise.
- You can choose the app for which you want to upload the exported files.
- Checking duplicates on server.
- Uploading new provisioning profiles and certificates.
We hope you'll love this addition to the Codesigndoc! Happy building!