Pgyer Docs
iOS Signing & Devices

iOS Signing Certificate Types

Apple Developer account types, the differences between Ad Hoc, In-House, and App Store signing, and how each is labeled in Pgyer.

For an iOS app that hasn't shipped to the App Store yet, whether it installs on a device depends on the certificate — the signing method — used when the .ipa was exported. This page covers the signing methods Pgyer supports and which certificate types each kind of Apple Developer account can use.

Apple Developer Account Types

Apple offers four types of developer account, with different prices, eligibility requirements, and certificate options:

Account TypeAnnual FeeApp StorePgyer DistributionDevice LimitEligibilityCertificate Types
Individual$99SupportedSupported100No restrictionsAd Hoc, App Store
Company$99SupportedSupported100DUNS numberAd Hoc, App Store
Enterprise$299Not supportedSupportedUnlimitedDUNS numberAd Hoc, In-House
Education$0SupportedSupported100Educational institutionAd Hoc, App Store

For the actual export steps, see Build an iOS IPA.

Signing Methods and How Pgyer Labels Them

Apple provides three signing methods for iOS apps. Pgyer detects the certificate used in the installer and labels the release accordingly on the download and management pages:

Signing MethodLabel in PgyerWho Can InstallApplicable Accounts
Ad HocBetaOnly devices whose UDID has been added to the certificateIndividual, Company, Education, Enterprise
In-HouseEnterpriseAny iOS deviceEnterprise
App StoreApp StoreInstallable only through the App StoreIndividual, Company, Education

Distributing iOS apps through Pgyer typically uses Ad Hoc or In-House:

  • With an Individual, Company, or Education account: use Ad Hoc and add each target device's UDID to the certificate.
  • With an Enterprise account: use In-House, and the resulting build installs on any iOS device.

On this page