-
Implement the pkpass web service api described here
https://developer.apple.com/library/archive/documentation/PassKit/Reference/PassKit_WebService/WebService.html
-
no permission to scan
V3.7.3 F-droid
Android 14
Google Pixel 7a
-
When converting a new pass, the Title gets changed in Google Wallet:
![image](https://github.com/google-pay/pass-converter/assets/42669866/ee956e94-b177-475d-96ce-51504cb55610)
But the officia…
-
Hi all,
I've been trying to get this working - my project is currently in a state where the pkpass generates but when I try to view it or validate it, it always comes out invalid. I can provide fur…
-
The interpreter does not cleanly exit upon receiving an EOF, instead treating it as a command:
```
% pkpass
Welcome to PKPass (Public Key Based Password Manager) v2.7.8!
Type ? to list commands
p…
-
The .pkpass file is generated but I am not able to open it on any device.There are no errors on eclipse console.
-
```
Pass pass = new Pass()
.teamIdentifier("asdfasdfasdf")
.passTypeIdentifier("pass.com.bouldercoffeeco.storeCard")
.organizationName("Boulder Coffee Co.")
…
-
Hello, I imported a train ticket .pkpass (Deutschlandticket) into the app.
That worked fine and all the textual data is displayed correctly. But the Aztec-code of the pass is displayed wrong. It is …
-
ryan@hackbookpro:~/git/pkpass$ echo "whargarbl" | pkpass create --stdin testpw3
Enter Pin/Passphrase:
Enter password to create:
BlankPasswordError: User Provided password is blank or only spa…
-
```go
c := passkit.NewBoardingPass(passkit.TransitTypeAir)
field := passkit.Field{
Key: "name",
Label: "Name",
Value: passInfo.name,
}
c.AddHeaderField(field)
c.AddPrimaryFie…