-
Implement the pkpass web service api described here
https://developer.apple.com/library/archive/documentation/PassKit/Reference/PassKit_WebService/WebService.html
-
https://www.raywenderlich.com/2113-apple-pay-tutorial-getting-started
https://developer.apple.com/app-store/review/guidelines/#apple-pay
https://developer.apple.com/library/archive/documentation/Pas…
-
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…
-
Hi and thank you for this plugin.
There is a problem with using checkPairedDevicesBySuffix to check if card is already in the wallet, and it is because those 4 numbers are not guaranteed to be uniq…
-
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 () => {…
-
There are several APIs which will become deprecated once iOS 12 is officially launched to the public.
Are there any plans to add the newer APIs for Apple Pay?
e.g. https://github.com/naoufal/rea…
-
https://developer.apple.com/documentation/passkit/pkaddpassbutton
Implement a class that will return PNG/SVG image in given locale for Add Pass button
-
If the card is not added, userCanPay returns false, resulting in the button not being displayed. Shouldn't the pop-up window guide the user to add the card under normal circumstances?
-
Additional support is required to personalize passes
See docs https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/PassPersonalization.html
-
The exported `AddPassButton` doesn't render the Apple Wallet Icon
Expected:
![alt text](https://developer.apple.com/wallet/images/add-to-apple-wallet.svg)
https://developer.apple.com/wallet/
A…