在我的应用程序中,我获得了使用 PayPal 支付按钮,但我想获得快速结帐按钮。
那么,我需要任何额外的库吗?还是我应该更改我的代码?我使用了示例披萨库。
我的按钮初始化代码是
UIButton *button = [[PayPal getPayPalInst] getPayButtonWithTarget:self andAction:
@selector(payWithPayPal)andButtonType:BUTTON_118x24];
在我的应用程序中,我获得了使用 PayPal 支付按钮,但我想获得快速结帐按钮。
那么,我需要任何额外的库吗?还是我应该更改我的代码?我使用了示例披萨库。
我的按钮初始化代码是
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
,或者在运行时分配新按钮并创建我上面在viewDidLoad
.