I'm building an app that uses Apple Pay and as you can see below, when I display the PKPaymentAuthorizationViewController
, it's not getting the current user's billing address and email. If the user has used Apple Pay before, they are likely have this data somewhere. I see in the docs there is a PKContact
variable on PKPaymentRequest
.
Is there a way to get this data and pre-fill it for the first time user of my app?