iOS Question Distribution Certificates How many can I have?

John Woodsmall

Active Member
Licensed User
Longtime User
I have 3 distribution certificates that work These are tied to the bundle ids in \keys
Now when I want to make a 4th distribution certificate it is "apple store" is "greyed out" so that it can
not be selected, therefore I can not have a bundle connected to an id connected to
a distribution certificate?

So the question: how many can i have? is it limited to 3? so I can only have 3 apps?
 

John Woodsmall

Active Member
Licensed User
Longtime User
Ok...I copy down a certificate made earier (from another app).
Then I make a new provisioning file (with that cert) for distribution.
and i get:
Check dependencies
Code Sign error: No codesigning identities found: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“Harmonic_Distribution”) were found.
the id(from itunes) is: com.harmonic.* (also tried com.harmonic.stars)
the build config:com.harmonic.stars

help!
 
Upvote 0
Top