I am trying to create a pass for Passbook. I have it all set up with the JSON file and the images, and the pass looks great. However when I scan the code the iPhone says "No pass available for this code". I have added my pass.pkpass on Amazon server but it doesn't work. This is part of the JSON file:
"barcode" : {
"message" : "https://s3.amazonaws.com/folderPass/pass.pkpass",
"format" : "PKBarcodeFormatPDF417",
"messageEncoding" : "iso-8859-1"
},
Don't try it as it is not on at the moment. Anyway my folderPass access is "everyone", and when it was on I tried accessing the link from another Browser not logged in to amazon and it does download the file, so it seams that the permissions are right. Any ideas?