Documentation Archive

Developer

Wallet Developer Guide

Introducing Wallet

Passes are a digital representation of information that might otherwise be printed on small pieces of paper or plastic. They let users take an action in the physical world. Passes can contain images and a barcode, and you can update passes using push notifications. The pass library contains the user’s passes, and users view and manage their passes using the Wallet app.

image: ../Art/process_overview.png

This technology consists of three main components:

  • A package format for creating passes.

  • A web service API for updating passes, implemented on your server.

  • An API used by your apps to interact with the user’s pass library.

The PassKit support materials are available in the developer downloads area. They contain fully worked example passes, a command-line tool to help you sign passes during development, and a sample implementation of the web service.