PKPass
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Coupons and Tickets |extensions={{ext|pkpass}} |mimetypes={{mimetype|application/vnd.apple.pkpass}} }} '''PKPass''' is the format ...") |
Dan Tobias (Talk | contribs) |
||
Line 6: | Line 6: | ||
}} | }} | ||
− | '''PKPass''' is the format of tickets, coupons, and loyalty cards used in the iOS Passbook app. It is a [[ZIP]]-format archive (but using the .pkpass extension instead of .zip) containing [[JSON]]-format data along with some [[PNG]]-format images. The files within the archive have specific expected names to denote their function. | + | '''PKPass''' is the format of tickets, coupons, and loyalty cards used in the iOS Passbook app (and other apps designed to use the format). It is a [[ZIP]]-format archive (but using the .pkpass extension instead of .zip) containing [[JSON]]-format data along with some [[PNG]]-format images. The files within the archive have specific expected names to denote their function. |
== Links == | == Links == |
Revision as of 19:19, 29 June 2013
PKPass is the format of tickets, coupons, and loyalty cards used in the iOS Passbook app (and other apps designed to use the format). It is a ZIP-format archive (but using the .pkpass extension instead of .zip) containing JSON-format data along with some PNG-format images. The files within the archive have specific expected names to denote their function.
Links
- Pass file format
- Package structure (gives filenames to be used)
- PKPass class reference
- PassWallet for Android