gpt4 book ai didi

ios - 快速结帐按钮而不是 iPhone 中的使用 paypal 按钮付款

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

在我的应用程序中,我正在使用 PayPal 按钮,但我想要快速结账按钮。
那么,我需要任何额外的库吗?还是我应该更改我的代码?我使用了示例 Pizza 库。
我的按钮初始化代码是

UIButton *button = [[PayPal getPayPalInst] getPayButtonWithTarget:self andAction:
@selector(payWithPayPal)andButtonType:BUTTON_118x24];

最佳答案

替换

UIButton *button = [[PayPal getPayPalInst] getPayButtonWithTarget:self andAction:
@selector(payWithPayPal)andButtonType:BUTTON_118x24];

[[PayPal getInstance] fetchDeviceReferenceTokenWithAppID:yourAppId forEnvironment:ENV_LIVE withDelegate:self];

在 IB 中使用自定义 button 任何文本,或者在运行时分配新按钮并创建 paypal 实例,就像我在 viewDidLoad 上面创建的那样。

关于ios - 快速结帐按钮而不是 iPhone 中的使用 paypal 按钮付款,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15332658/

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