Well, I am developing a Cordova plugin to enable users from adding credit/debit cards to thier wallet.
I am using PKAddPaymentPassViewController
, not PKAddPassViewController
.
I have created the plugin itself successfully, with one method startAddPaymentPass
(for now). It takes the following parameters:
{
cardholderName: 'Hamada',
primaryAccountNumberSuffix: '1234567',
localizedDescription: 'Green Travel',
primaryAccountIdentifier: '987654321',
paymentNetwork: 'Visa'
}
I am getting the following error:
missing entitlement: com.apple.developer.payment-pass-provisioning
ERROR: ERROR >> MISSING_ENTITLEME NTS
Could anyone help? Or if anyone interested can contribute building the whole plugin with me.