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
Post
Replies
Boosts
Views
Activity
Hi,
I work for an italian company that provides services for financial institutions.
We're developing an iOS App that needs to access the following information (last 3 months):
calls: type (in, out, missed), date and duration
text messages: type (inbox, sent, draft), date and raw text
list of bundle identifiers of each installed app
internet provider name
we read here
https://developer.apple.com/app-store/app-privacy-details/
that regulated financial services has special treatment, and our app (published by an italian bank) surely fits the description.
Can we receive technical specifications of how to read this information?