Optional. A URL to be passed to the associated app when launching it.
The app receives this URL in the application:didFinishLaunchingWithOptions: and application:openURL:options:
methods of its app delegate.
If this key is present, the associatedStoreIdentifiers key must also be present.
Optional. A list of iTunes Store item identifiers for the associated apps.
Only one item in the list is used—the first item identifier for an app compatible with the current device.
If the app is not installed, the link opens the App Store and shows the app.
If the app is already installed, the link launches the app.
Optional. Information specific to the pass’s barcode.
The system uses the first valid barcode dictionary in the array.
Additional dictionaries can be added as fallbacks. For this dictionary’s keys,
see Barcode Dictionary Keys.
Required. Brief description of the pass, used by the iOS accessibility technologies.
Don’t try to include all of the data on the pass in its description,
just include enough detail to distinguish passes of the same type.
Optional for event tickets and boarding passes; otherwise not allowed.
Identifier used to group related passes. If a grouping identifier is specified,
passes with the same style, pass type identifier, and grouping identifier are displayed as a group.
Otherwise, passes are grouped automatically.
Use this to group passes that are tightly related, such as the boarding passes for different
connections of the same trip.
Optional. Maximum distance in meters from a relevant latitude and longitude that the pass is relevant.
This number is compared to the pass’s default distance and the smaller value is used.
Recommended for event tickets and boarding passes; otherwise optional.
Date and time when the pass becomes relevant. For example, the start time of a movie.
The value must be a complete date with hours and minutes, and may optionally include seconds.
The URL of a web service that conforms to the API described in PassKit Web Service Reference.
The web service must use the HTTPS protocol; the leading https:// is included in the value of this key.
On devices configured for development, there is UI in Settings to allow HTTP web services.