PKPass
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(Category:JSON based file formats) |
||
(2 intermediate revisions by one user not shown) | |||
Line 5: | Line 5: | ||
|mimetypes={{mimetype|application/vnd.apple.pkpass}} | |mimetypes={{mimetype|application/vnd.apple.pkpass}} | ||
}} | }} | ||
− | |||
'''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. | '''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. | ||
Line 16: | Line 15: | ||
[[Category:Apple]] | [[Category:Apple]] | ||
[[Category:iOS]] | [[Category:iOS]] | ||
+ | [[Category:ZIP based file formats]] | ||
+ | [[Category:JSON based file formats]] |
Latest revision as of 16:20, 23 April 2017
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.
[edit] Links
- Pass file format
- Package structure (gives filenames to be used)
- PKPass class reference
- PassWallet for Android