Skip to main content
All CollectionsKnowledge BaseiOS
Managing a large number of provisioning profiles and certificates
Managing a large number of provisioning profiles and certificates
Updated over a week ago

Issue:

The maximum number of provisioning profiles and .p12 certificates you can upload to the Code Signing tab on Bitrise is 30.

Possible solutions:

If you have a large number of provisioning profiles and certificates, you can use Fastlane Match Step to manage these.

If you don't want to use the Fastlane Match Step, you can find tips on managing the number of profiles and certificates in our iOS code signing document. This way you can change the following Certificate and profile installer Step inputs for each white label app:

  • Certificate URL

  • Certificate passphrase

  • Provisioning profile URL

Please note that the Certificate URL and the Provisioning profile URL can be both an URL and a file path. This way you could zip up every cert/profile and extract into the VM and target them as you see fit.

Did this answer your question?