-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
checkPairedDevicesBySuffix use deprecated PKPassTypePayment #36
Comments
hello @alexisGandar Thanks for using cordova apple wallet plugin. |
Hey @tomavic 👋 , I'm also trying to use |
Hey @peckz Let me check and once I find solution will post here. Please feel free to share the solution if you found it. As I don't have the time to maintain the plugin at the mean time. |
You can try to use this SDK and the method
|
@thib-lambert Thank you! I hope it's gonna help to someone who stumbles at this problem. We ended up using forked version of the plugin. |
I really appreciate your efforts @thib-lambert @peckz as I don't currently have the time to maintain this plugin. Besides that, There should be an effort reserved for the capacitor version. Feel free to create a PR with all changes you forked and I will publish a new release. |
@tomavic No worries, thank you for initial effort of building this plugin. |
Hello,
I am having trouble to get the passes from the PKPassLibrary. I am having no pass even when i have a card in my wallet.
I use the checkPairedDevicesBySuffix to see if my card is in the wallet and this method is using PKPassTypePayment in order to get the passes from the PKPassLibrary.
PKPassTypePayment is deprecated since iOS 13.4. In other methods like checkCardEligibility, there is a check on the iOS version in order to decided what to use between PKPassTypePayment and PKPassTypeSecureElement.
Why there is no check on this method ? this may be why i don't catch any pass
The text was updated successfully, but these errors were encountered: