-
Hi all,
I'm getting undefined for
PassKit.addPass(base64EncodedPass). Can you please suggest me solutions?
-
Upon generating the .pkpass from the file template, the iOS Simulator throws the following error instead of loading the pass:
> Failed to add pass: 'file:///Users/dev/Documents/projects/pass/pass…
-
**URL**: https://bw.passkit.net/~/#/p/GcgUEEkwJI4lUx
**Browser / Version**: Firefox iOS 33.0
**Operating System**: iOS 14.4.2
**Tested Another Browser**: Yes Safari
**Problem type**: Design is …
-
Hello, I'm trying to implement PassKit wallet to my app. I'm using expo, so. where is no iOS Android folders, so I'm getting this error “Native module cannot be null”, This error is located in PassKit…
-
### 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 …
-
#### Description
Summary:
If you build an app that imports PassKit with the iOS 10 SDK, and use a constant from AddressBook.framework (such as `kABPersonAddressStreetKey`), if you run to iOS < 10 sim…
-
I made the AndroidX changes needed in the AndroidManifest and I used this code to add the wallet in my phone:
```
const handleOnPress = async () => {
PassKit.canAddPasses().then(async () => {…
-
Implement the pkpass web service api described here
https://developer.apple.com/library/archive/documentation/PassKit/Reference/PassKit_WebService/WebService.html
-
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…
-
**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…