How to use distribution provisioning profile with Fabric?

484 views Asked by At

I want to upload an iOS app build with Fabric app which will use production Apple push notifications environment. For this I think the build should use a distribution (Ad Hoc) provisioning profile (I've read this: https://docs.fabric.io/apple/beta/provisioning-profiles.html). I use "Automatically manage signing" feature. When I archive and try to upload the build to Fabric, the Fabric app says "Dev. profile: iOS Team Provision...". How to use a distribution (Ad Hoc) provisioning profile instead while using automatic signing? I can make it work with manual signing, but I'm wondering if it's possible with automatic signing.

1

There are 1 answers

1
Кристиан Вершков On BEST ANSWER

If you want to use a particular provisioning profile with the particular scheme you have to do a manual signing. You can do a few schemes and assign each provisioning profile for them. I prefer to do Debug, Release (using the development provisioning profile), AdHoc and AppStore schemes.