Pgyer Docs

Glossary

Short definitions of the terms used throughout the Pgyer documentation, with links to the full docs for each concept.

This page collects the terms that come up most often in Pgyer's documentation, each with a one-line definition and a link to the full reference. Start here when you run into something unfamiliar.

Platform & Account

TermChineseDescription
App应用A product record on Pgyer. iOS and Android are tracked separately, identified by package name / Bundle ID.
Build构建 / 版本A versioned upload of an app, tracked by version code and build number. See Build Version Switch.
Download Page下载页The install landing page testers open after scanning the QR code or opening the link. See App Settings.
Short Link短链The shortened URL for the download page; can be customized.
Install Password安装密码A passcode that gates access to the download page.
Team团队An organizational unit for multiple members to manage a shared set of apps.
Real-Name Verification实名认证Identity information submitted as required by mainland China regulations. See Real-Name Verification.
Credentials资质文件Regulatory permits or licenses required for certain app categories. See Real-Name Verification.

iOS

TermChineseDescription
UDIDUDIDThe unique identifier of an iOS device; required up front for Ad Hoc distribution. See Getting UDID.
Bundle IDBundle IDThe unique identifier of an iOS app, configured in the Apple Developer portal.
Provisioning Profile描述文件The authorization file that links certificate, devices, and Bundle ID — embedded in the IPA.
Ad HocAd HocSigning for pre-registered UDIDs; shown as "Beta Build" on Pgyer. See Signing Certificate Types.
In-HouseIn-HouseEnterprise-account signing that installs on any iOS device; shown as "Enterprise Build" on Pgyer.
App StoreApp StoreSigning used for App Store submission; only installable through the App Store.
P12 CertificateP12 证书The iOS signing certificate exported from Keychain, containing the private key.

Android

TermChineseDescription
APKAPKThe Android install package format — Pgyer's basic distribution unit.
AABAndroid App BundleGoogle Play's newer publish format; not supported by Pgyer. See Android Signing & Packaging.
KeystoreKeystoreThe file that stores signing keys; required to build release APKs.
applicationIdapplicationIdThe unique Android package name; together with the signature it determines overwrite-install eligibility.
Signature Scheme V1/V2/V3V1 / V2 / V3 签名Android's four generations of signature schemes, each backward compatible.
Channel Build渠道包A single base APK tagged with different channel identifiers for install-source analytics. See App Channel.

Distribution & Notifications

TermChineseDescription
Beta Build内测版Ad Hoc or non-store signed builds targeted at specific testers.
Enterprise Build企业版In-House signed iOS builds that install on any device.
Forced Update强制更新A policy that redirects users on older versions to the latest download page.
Allowlist / Blocklist白名单 / 黑名单Restrictions on which testers can access the download page.
WebhookWebhookAn HTTP callback fired by app events such as new build releases. See Webhook.
API KeyAPI KeyThe authentication credential for calls to Pgyer's open API. See Open API.

Billing

TermChineseDescription
Download Fee下载费Metered charges that apply once the free download quota is exceeded. See Download Fee.
Accelerated Download加速下载A paid capability that speeds up installer delivery via CDN.
Invoice发票Tax documentation issued after top-up or consumption. See Invoice Application.

On this page