Eneko Alonso
Eneko Alonso

Reputation: 19722

Does Braintree v.Zero Drop In UI support Apple Pay?

The documentation from Braintree regarding their Drop In UI is pretty limited (does not even mention the v.Zero SDK). I've read that both Android Pay and Apple Pay are supported by the Drop In SDK. Our team had Android Pay working well, but we have not been able to make Apple Pay even appear on the UI.

The question is: Is it possible to use Apple Pay with the Braintree v.Zero Drop In UI or do we have to manually implement it using PKPaymentButton and PKPaymentRequest?

Upvotes: 1

Views: 270

Answers (1)

Richard Shin
Richard Shin

Reputation: 663

I work for Braintree.

The current version of Drop-in does not support Apple Pay as an option. You will need to manually implement it with PKPaymentButton and PKPaymentRequest.

However, we have a beta version of a major revision to Drop-in that should be rolling out very soon, and this will include support for Apple Pay as well as many other improvements. Feel free to reach out if you have any questions.

Upvotes: 2

Related Questions