7

I did enough research to add credit/debit cards listed in my app to add to Apple Pay. I understood from Apple Developer Forums Using private APIs is forbidden by apple for this purpose.

As i contacted them, i got awareness of PKAddPaymentPassViewController. This class contain some set of methods and delegates.

Actually i want to know how to use this, when to use this Controller, how to set up this to get it done.

Any help will be appreciated

Sudhi 9135
  • 745
  • 8
  • 17

2 Answers2

0

The following answer is got from quora.

Apple do supports this feature and exposes an API where an Issuer or Bank can push the token directly from their mobile banking app. Now the onus is on Issuer or bank to support this feature.

Disclaimer: This is only available to Issuer of credit card and not third party apps.

Lumialxk
  • 6,239
  • 6
  • 24
  • 47
0

I have answered this question here: https://stackoverflow.com/a/46214137/569507

If you have further questions let me know.

pajevic
  • 4,607
  • 4
  • 39
  • 73