We tried to add credit, debit card details into Apple Pay from within our app.
The below are the things from apple doc.
Important Adding payment passes requires a special entitlement issued by Apple. Your app must include this entitlement before this class can be instantiated. For more information on requesting this entitlement, see the Card Issuers section at developer.apple.com/apple-pay/. In sandbox environment we tried entitlement key , but we can't load payment card details.
We can add payment card iTunes manually. But can possible to add payment card in apple pay wallet programmatically.
Is't possible to mock the Testcard (payment card) like pkpass file? No documentation available to mock the payment card in sandbox environment.
https://developer.apple.com/reference/passkit/pkaddpaymentpassviewcontroller?language=objc
Thanks in advance.