我们可以在 BrainTree SDK 中获取测试卡来测试 ApplePay 吗?
Can we get Test Card to test ApplePay in BrainTree SDK?
我有一个应用程序,我必须在其中实现 Apple Pay + Braintree
。
我按照 BrainTree
的建议实施了 Apple Pay。在此,
[PKPaymentAuthorizationViewController canMakePayments] return me YES
但是,
[PKPaymentAuthorizationViewController canMakePaymentsUsingNetworks:] returns me `NO`.
Is BrainTree Provides this Test Card to test Apple Pay?
提前致谢
This link 解释了如何使用 Braintree 测试 Apple Pay。因此,您需要在 Passbook 中添加一张实际可用的卡片。该卡不会收费,但与 Braintree 集成时没有 Apple Pay 测试卡
我有一个应用程序,我必须在其中实现 Apple Pay + Braintree
。
我按照 BrainTree
的建议实施了 Apple Pay。在此,
[PKPaymentAuthorizationViewController canMakePayments] return me YES
但是,
[PKPaymentAuthorizationViewController canMakePaymentsUsingNetworks:] returns me `NO`.
Is BrainTree Provides this Test Card to test Apple Pay?
提前致谢
This link 解释了如何使用 Braintree 测试 Apple Pay。因此,您需要在 Passbook 中添加一张实际可用的卡片。该卡不会收费,但与 Braintree 集成时没有 Apple Pay 测试卡