0

I have to work on the digital wallet in Swift 3. I have seen so many tutorials. In some tutorials they are showing Apple pay and in some Passkit. I am very much confused.

Can anyone please clarify the doubt about it.

Also how to use digital wallet as an App?

NSNoob
  • 5,548
  • 6
  • 41
  • 54
hrithi b
  • 83
  • 2
  • 10
  • 1
    What exactly are you trying to do? Add content to Apple Wallet? What type of content? Credit Cards or Passes? – PassKit Dec 02 '16 at 09:58

1 Answers1

0

There is far difference between Apple Pay and PassKit.

ApplePay

  • Apple Pay is such inbuit application in iOS which keeps your card details.
  • Within native app or in safari, when there is button like "Buy with Apple Pay"
  • When you buy ( Online shopping ) with Apple pay, it will authorize you with your thumb verification.
  • https://developer.apple.com/apple-pay/

PassKit

So select anyone of them or both as per your requirement.

In some tutorials when it is showing together that means Apple pay informations are coming from Passkit.

Hasya
  • 9,792
  • 4
  • 31
  • 46