If I create a Distribution Provisioning Profile, why can I associate just one certificate with that? If I create a Development Provisioning Profile, I can associate multiple/all certificates in the iOS Dev Center.
The latter is handy because it means I can make use of existing Provisioning Profiles by just adding a new certificate to that profile. However, if I need to distribute my app on an Ad Hoc basis, I have to create a new Distribution Certificate in KeyChain, and then a new Distribution Provisioning Profile.
Is there an explanation behind this? I hope what I said makes sense!