devartis / passbook

Python library to create Apple Passbook (.pkpass) files

Home Page:http://www.devartis.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS 9 barcodes key not supported

davidcorry opened this issue · comments

Apple introduced barcodes as a replacement to barcode in iOS9, which is now required to display a barcode. barcodes is an array of barcode items. barcode as a top-level key is now depreciated, although it's allowed to keep pass compatibility with iOS 8.

barcodes also supports a new format: PKBarcodeFormatCode128.

Here is where Apple discusses this change.

This issue could be closed because it has been resolved with #31.

Agree