Skip to content

Latest commit

 

History

History
78 lines (49 loc) · 1.15 KB

provisioning-portal-naming-conventions.md

File metadata and controls

78 lines (49 loc) · 1.15 KB

Provisioning Portal Naming Conventions

  1. Certificates
  2. Identifiers
  3. Devices
  4. Provisioning Profiles

Certificates

Username of person who issued a certificate, or company name.

Examples:

Dick Mountain

Identifiers

App Identifier

com.<company name>.<CamelCased app name>

If the customer is an individual (not a company) then you can put his last name instead of company name.

Examples:

com.mlsdev.AdFox
com.Johnson.FoxAd

Pass Type Id

pass.com.<company name>.<CamelCased app name>.<CamelCased pass name>

Example:

pass.com.mlsdev.AdFox.AirplaneTicket

Devices

[<company name>]<phone owner's name>[<project name>]<device full name>[<device number>]

Examples:

Dick Mountain AdFox iPhone 5C
Apple Steve Jobs iPad Air

Provisioning Profiles

[<company name>] <app name> <profile type (AdHoc|AppStore)>

Company name may be skipped if it is the same as app name.

Examples:

Apple FaceTime AdHoc
Instagram AppStore