Provisioning profiles limit (30 profiles)

We are almost reaching a limit of 30 provisioning profiles.
How could we extend it?

Hello,

You cannot extend the limit of 30. However, you might want to consider using the iOS Auto Provision with AppStore Connect API. With this step, you only need upload the certificates to Bitrise.

You might also consider zipping the files and downloading/unzipping during the build if you wish to continue to use Certificate and Profile Installer step

For details, please check out: https://devcenter.bitrise.io/code-signing/ios-code-signing/ios-code-signing-troubleshooting/#have-you-exceeded-the-file-count-limit-of-the-provisioning-profiles

cathy