steveharman
steveharman

Reputation: 125

What's the difference between Distribution and iOS Distribution certificates?

I've noticed that our Apple Developer Account contains two different types of certificate:

The first is self-explanatory, but what purposes does the more generic sounding "Distribution" certificate serve?

Upvotes: 1

Views: 1637

Answers (1)

matt
matt

Reputation: 534977

Starting with Xcode 11, Apple abolished the distinction between certificates for different platforms and instituted unified certificates covering iOS, macOS, and so on. That is what the blanket Distribution certificate is. It replaces the iOS Distribution certificate.

Upvotes: 3

Related Questions