-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated Passbook can be opened by safari #53
Comments
I see the following log messages in the Console.app when I try to open your sample file:
I'm wondering how the file |
Many many thanks ! Yes ... I don't understand anything ... how can I see this log ? Here I put the original code from passbook.models import Pass, Barcode, StoreCard cardInfo = StoreCard() organizationName = 'Sww.L.' passfile = Pass(cardInfo, passfile.serialNumber = '1234567' Including the icon and logo is necessary for the passbook to be valid.passfile.addFile('./images/icon.png', open('icon.png', 'rb')) Create and output the Passbook file (.pkpass)password = '123456' |
already created another pkpass from the scratch http://handbolsantquirze.cat/passbook/test.pkpass with same result |
Did you just put original code in test.passbook.py? |
Hello, I used this to do a pkpass test, but although all seems to be ok (as you can see in the attached screenshot)
passbook viewer and safari say that they can't open the file. I was looking for all around, with no success could anyone help me?
Here there is my sample file http://handbolsantquirze.cat/passbook/rafa.pkpass, please download using chrome but not safari because it's not downloading on safari
Thanks to all! and Merry Xmas
The text was updated successfully, but these errors were encountered: