gpt4 book ai didi

ios - Obj-c - 显示 'Pay with Apple Pay' 按钮?

转载 作者:行者123 更新时间:2023-11-29 11:31:09 26 4
gpt4 key购买 nike

我在我的应用程序中设置了 Apple Pay,在阅读文档后,它说不要只使用 .png 作为“使用 Apple Pay 支付”按钮,而是使用他们的文档代码来显示按钮(那时,它完全符合规范)。我似乎无法在任何地方找到“使用 Apple Pay 支付”按钮 (obj-c) 的代码?

最佳答案

如文档中所述

https://developer.apple.com/library/archive/ApplePay_Guide/CreateRequest.html#//apple_ref/doc/uid/TP40014764-CH3-SW2

To create an Apple Pay–branded button for initiating payment request on iOS 8.3 or later, use the PKPaymentButton class

引用: https://developer.apple.com/documentation/passkit/pkpaymentbutton

例如

PKPaymentButton *button = [PKPaymentButton buttonWithType: PKPaymentButtonTypePlain style:PKPaymentButtonStyleBlack];

关于ios - Obj-c - 显示 'Pay with Apple Pay' 按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53450057/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com