-
### New API Proposal: Support for encrypted PEM private keys
#### Motivation:
Currently, the library can read and handle unencrypted PEM-encoded private keys, but it can't directly load encrypte…
-
Hi everyone, I would like to hear your opinion about some ideas I have for the future of this package.
First of all, as we discussed in Discord, I was thinking of changing its name into something l…
-
Hi everyone!
Passkit-generator has reached an astonishing level of popularity that I would have never imagined when I started it over 6 years ago. Right now it seems (might be wrong tho) the most l…
-
Making `PASSKIT_...` variables mandatory makes Docker flow _very strange_:
```Dockerfile
RUN RAILS_ENV=production \
NODE_ENV=production \
PASSKIT_WEB_SERVICE_HOST=https://example.com \
…
-
Hello, i have a webapp that is able to create apple wallet passes for iOS.
Process more or less looks like this:
User provides his Apple Pass ID and certificate from apple developer, based on that c…
-
```go
c := passkit.NewBoardingPass(passkit.TransitTypeAir)
field := passkit.Field{
Key: "name",
Label: "Name",
Value: passInfo.name,
}
c.AddHeaderField(field)
c.AddPrimaryFie…
-
### What version of PushSharp are you using?
4.0.10
### Describe your issue:
I'm attempting to send an Apple Wallet notification in order to update passes, but I'm unable to, whether because …
-
**Is your feature request related to a problem? Please describe.**
I want to add my ticket to my digital wallet on iOS or android so I don't have to print it out or show email
**Describe the solut…
-
**Describe the bug**
We initialized a new payment sheet with support for Apple Pay. In the `initPaymentSheet` is a config object for Apple Pay with the ApplePayParams: https://stripe.dev/stripe-rea…
jamzi updated
1 month ago
-
Text can be localized, but images can be localized too.
PkPass docs for localizations (text and images):
- https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassK…
ueman updated
3 months ago