How to verify ios device supports Apple Pay

前端 未结 2 2022
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-20 11:40

I\'m starting an Apple Pay integration project and have been able to wire up a transaction on the device, and use Stripe to authorize the payment. The part I\'m actually st

2条回答
  •  甜味超标
    2020-12-20 12:18

    canMakePayments - Will return "YES" ( True / 1 ) irrespective of card configuration.

    canMakePaymentsUsingNetworks - Will return "NO" , if card NOT configured or NOT configured properly.

    So,should check both... If both should be TRUE then only need to make Button "Apple Pay" visible.

    Hope this helps.

提交回复
热议问题