-
AFAIK only PNG images are allowed in pkpass files.
I was using this library and I tried to add JPG images but were not showed up. The library should throw an exception if non PNG image is added. Do y…
-
I'm on `Symfony 2.3` and I'm using version `1.8` of FOSRestBundle.
I've a custom view handler and I specify the version via custom header
Significant part of `config.yml`
```
services:
my_api.…
-
Hi! thanks for the library! I face a small problem. when i create a pass i can open it from osx, android but when i try to download it from safari i cannot simple import it to ios(9) wallet. The ios p…
-
Would be great with a usage example to create, say a Ticket. From generation to outputting to user.
-
The barcode on android and iphone 4s are not'm usabdo a QR, this is the code that generates me:
PKPass pass = new PKPass();
PKBarcode barcode = new PKBarcode();
barcode.setFormat(PKBarcodeFormat.PKB…
-
It appears in iOS9 userInfo is now NSDictionary. When you try to open a pass in another app, it throws an error.
https://developer.apple.com/library/ios/documentation/PassKit/Reference/PKPass_Ref/ind…
-
Documentation is here:
https://developer.apple.com/library/prerelease/ios/documentation/UserExperience/Conceptual/PassKit_PG/Creating.html#//apple_ref/doc/uid/TP40012195-CH4-SW1
-
All works good , but i have 1 issue , when i creating new pkpass, my file have strange srtucture , pkpassname and path folders.
With this structure , mac can't open this passbook
Help me please.
Thank…
-
I was looking at how pkpass files are created and noticed it writes manifest.json and pass.json to JVM's temp folder. Some of our customers use virtual machines, so there might be corporate policies a…
-
Hi.
I trying to run the passbook sample demo, and I don't have problems to generate the .pkpass file... but I can't open it in iOS 8.3...
A question... Have I to export the Private Key of iPhone Dev…