本文介绍了如何从ios App添加信用卡/借记卡到苹果钱包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果有人提供解决方案,我会非常有帮助,我们如何从我们的应用程序中将信用卡/借记卡详细信息添加到电子钱包。我有用户的信用卡/借记卡详细信息,当用户点击我的应用程序中的Apple Pay选项时,需要打开Apple Wallet中的添加卡屏幕,并预先填充卡数据。我们如何实现同样的目标。

提前致谢

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

推荐答案

好消息是可以完成。您正在寻找的是应用程序内支付卡支付。这是使用 PKAddPaymentPassViewController 完成的,这需要 com.apple.developer.payment-pass-provisioning 权利密钥你的应用。坏消息是,没有任何人可以提交具有此权利的应用程序,因为它需要Apple的特别许可,我认为这是为银行和类似的发卡机构保留的。如果您认为自己有资格,则需要直接联系Apple apple-pay-inquiries@apple.com

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.

这篇关于如何从ios App添加信用卡/借记卡到苹果钱包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 01:32