I imported a boarding pass from SWISS but it did not contain any barcode. After some investigation i found out that inside the pkpass JSON pass.json is a barcodes property, but the application is looking for a barcode property.
The barcodes property looks like this:
"barcodes": [{
"format": "PKBarcodeFormatAztec",
"message": "XXXX",
"messageEncoding": "iso-8859-1"
}],
message is a long string of personal information about the flight where each detail is separated by varying amounts of white space.
I also noticed that no translations are loaded, so some important details are missing.
I imported a boarding pass from SWISS but it did not contain any barcode. After some investigation i found out that inside the pkpass JSON
pass.jsonis abarcodesproperty, but the application is looking for abarcodeproperty.The
barcodesproperty looks like this:messageis a long string of personal information about the flight where each detail is separated by varying amounts of white space.I also noticed that no translations are loaded, so some important details are missing.