我在ViewController中没有看到Paypal Button。
UIButton *button = [[PayPal getPayPalInst]getPayButtonWithTarget:self andAction:@selector(payWithPayPal) andButtonType:BUTTON_278x43];
以上是我的代码。我没有得到任何ButtonType
。它在Log ...中向我展示了这一点。
Printing description of button:
<nil>
而不是......
Printing description of button:
<UIButton: 0x72c6020; frame = (0 0; 278 43); opaque = NO; layer = <CALayer: 0x72bc910>>
我是iPhone新手所以,任何想法对我都有很大的帮助。 感谢。
答案 0 :(得分:0)
您在上一堂课中错过了此课程的代码。您需要首先初始化PayPal: -
[[PayPal getPayPalInst] fetchDeviceReferenceTokenWithAppID:@"APP-80W284485P519543T" forEnvironment:ENV_SANDBOX withDelegate:self];
[[PayPal getPayPalInst] setLang:@"it_IT"];
希望这可以帮助你..