Hey, we are trying to implement In-App provisioning of our bank card. We have registered with Apple ApplePay and we have: Added the entitlement to our development provisioning profile
Updated project entitlements to include the apple pay provisioning key with value "com.apple.developer.payment-pass-provisioning " = true
Added Apple Wallet capabilities to the target (not sure if this is needed?)
Created a PKAddPaymentPassRequestConfiguration with some dummy data.
Passed the above configuration to the init for PKAddPaymentPassViewController
But all we get is a failing init and a nil value for the controller. No console message, no errors, no calls back to the associated delegate.
How to debug what is going wrong? Am I missing something???