Wallet (formerly Passbook) is an application in iOS that allows users to store coupons, boarding passes, and other forms of mobile payments. It was announced by Apple at the 2012 Apple Worldwide Developers Conference on 11 June 2012 and finally released with iOS 6 on 19 September 2012.
Features
The Wallet application displays 2D barcodes of following types:
- Aztec
- PDF417
- QR
Each digital coupon or ticket is known as a "pass". When the user launches Wallet for the first time, they will be redirected to the App Store to download applications with Wallet integration. Passes can also be added using a web browser and the built-in Mail application as well, along with the corresponding OS X applications in OS X Mountain Lion and later.
Although the application is available in iOS 6 or later, it is currently only available on iPhone and iPod touch, but not on iPad.
Wallet has the following features:
- Displays 2D barcodes of following types: Aztec, PDF417 and QR.
- Triggered by location.
- Triggered by time of pass.
- Can be updated by the pass provider or user himself.
Wallet Passes
Pass files are stored on disk as a zip file package with the pkpass file extension. The top level of the package contains the following files:
- background.png
The image displayed as the background of the front of the pass.
- footer.png
The image displayed on the front of the pass near the barcode.
- icon.png
The pass’s icon. This is displayed in notifications and in emails that have a pass attached, and on the lock screen. When it is displayed, the icon gets a shine effect and rounded corners.
- logo.png
The image displayed on the front of the pass in the top left.
- manifest.json
A JSON dictionary. Each key is the path to a file (relative to the top level of the bundle) and the key’s value is the SHA-1 hash for that file. Every file in the bundle appears in the manifest, except for the manifest itself and the signature.
- pass.json
A JSON (JavaScript Object Notation) dictionary that defines the pass. Its contents are described in detail in “Top-Level Keys.” Example: http://pastebin.com/y3Sgc3r6
- signature
A detached PKCS#7 signature of the manifest.json file.
- strip.png
The image displayed behind the primary fields on the front of the pass.
- thumbnail.png
An additional image displayed on the front of the pass. For example, on a membership card, the thumbnail could be used to a picture of the cardholder.
Note: All of the pass’s images are loaded using standard UIImage image-loading methods. This means, for example, the file name of high resolution (retina) version of the image ends with @2x.png.
Transportation Services on Wallet
![]() | This section needs to be updated.(February 2023) |
The following services currently support Wallet passes.
- Air China
- Air Canada
- American Airlines
- Lufthansa
- Porter Airlines
- United Airlines
- Virgin Australia Airlines
- Amtrak
Loyalty Cards
![]() | This section needs to be updated.(February 2023) |
The following loyalty cards are available on Wallet.
- Gyft
- Sephora
- Staples
- Starbucks
- Target Corporation
- Valpak
- Walgreens
Online Pass Creators
The following websites allow you to create Wallet content.
Name | URL |
---|---|
PassKit | http://passk.it & https://create.passkit.com |
Passbook Generator | http://www.passbookgenerator.com |
Passfu | http://passfu.com |
iPass.pk | http://ipass.pk [Archived 2012-11-17 at the Wayback Machine] |
PassPages | http://passpages.com [Archived 2012-11-03 at the Wayback Machine] |
Passslot | http://passslot.com |
PassbookInfo | https://passbookinfo.com/convert-card-to-passbook/ [Archived 2016-03-05 at the Wayback Machine] |
iPhone Apps
The following Apps allow you to create Wallet passes.
Software
To generate or validate Wallet passes, there are many tools, libs and classes in various programming languages available.
Name | Language | License | URL |
---|---|---|---|
passbook | Ruby | MIT | https://github.com/frozon/passbook |
Passbook | Ruby | MIT | https://github.com/mattt/passbook_rails_example [Archived 2013-05-21 at the Wayback Machine] |
passbook | Python | MIT | https://github.com/devartis/passbook |
PHP-Passkit | PHP | N/A | https://github.com/tschoffelen/PHP-Passkit [Archived 2018-06-10 at the Wayback Machine] |
passkit | PHP | N/A | https://github.com/laksgandikota/passkit |
passkit.php | PHP | MIT | https://github.com/SimonWaldherr/passkit.php |
PassFactory.js | node.JS | MIT | https://github.com/jetheis/PassFactory.js[dead link] |
jpasskit | Java | Apache | https://github.com/bitzeche/jpasskit |
passbook | PHP | MIT | https://github.com/skyzyx/passbook[dead link] |
dotnet-passbook | C# | MIT | https://github.com/tomasmcguinness/dotnet-passbook |