Hi,
I need to retrieve the following information: check if the iPhone has an Apple Pay configuration that contains at least 1 card
The App I'm working on doesn't need IAP or any other payment configuration, it only needs to know if the user has enabled his iPhone to make payments
currently I've tried:
PKPaymentAuthorizationViewController.canMakePayments()
this method returns "true" on iPhone 13 with card and on another iPhone 13 without card. Not what I need.
PKPaymentAuthorizationViewController.canMakePayments(usingNetworks: [PKPaymentNetwork.masterCard])
this method returns "false" on both iPhones with or without card enabled Apple Pay.
I need any solution possible, any but request the information to the user, because the check must be sw-based
Thanks,
Daniele
2
0
1.2k