How to add a credit/debit card into apple wallet from the ios App

早过忘川 提交于 2019-11-27 15:24:29

问题


I would be really helpful if anyone provides a solution to know, how do we add the credit/debit card details to Wallet from our App. I have the credit/debit card details for the user and when user tap on Apple Pay option in my App, the Add Card screen in Apple Wallet need to be opened with card data pre-populated. How do we achieve the same.

Thanks in advance


回答1:


The good news is that this can be done. What you are looking for is In-App Provisioning of Payment Cards. This is done using the PKAddPaymentPassViewController, which requires the com.apple.developer.payment-pass-provisioning entitlement key for your app. The bad news is that not anyone can submit apps with this entitlement as it requires special permission from Apple, which I believe is reserved for card issuers like banks and similar. If you believe that you qualify you need to contact Apple directly at apple-pay-inquiries@apple.com.




回答2:


Apple only want to communicate with bank.@pajevic

Abreast of the times email address is: apple-pay-provisioning@apple.com

on the https://developer.apple.com/apple-pay/ we can find in Lower right corner



来源:https://stackoverflow.com/questions/45708918/how-to-add-a-credit-debit-card-into-apple-wallet-from-the-ios-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!