How to add a card to Apple Pay using PKAddPaymentPassViewController?

I've done enough research to add the credit / debit cards listed in my app to add to Apple Pay. I understood from the Apple developer forums. To do this, Apple has banned the use of private APIs.

As I contacted them I found out about PKAddPaymentPassViewController. This class contains a set of methods and delegates.

Actually, I want to know how to use this, when to use this controller, how to set it up to do this.

Any help would be appreciated

+3


source to share


2 answers


The following answer comes from quora.

Apple does support this feature and provides an API where the Issuer or Bank can push a token directly from their mobile banking app. This function is currently supported by the Issuer or the bank.



Disclaimer: This is only available to the credit card issuer, not third party apps.

0


source


I answered this question here: fooobar.com/questions/2418388 / ...



If you have any further questions, let me know.

0


source







All Articles