Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PayPal API 开发应用程序。这是一个简单的应用程序,只需一个按钮即可执行简单的付款。我有一个沙盒帐户,我可以在那里看到付款已正确执行。
但问题是在应用程序中,我无法收到任何响应。像paymentSuccessWithKey:, paymentFailedWithCorrelationID:, paymentCanceled:or这样的方法paymentLibraryExit:不会在代码中执行。
paymentSuccessWithKey:
paymentFailedWithCorrelationID:
paymentCanceled:
paymentLibraryExit:
这就是解决方案:
问题是我没有使用 PayPal 按钮。当您插入此应用程序时,该应用程序可以正常工作:
[self addLabelWithText:@"Simple Payment" andButtonWithType:BUTTON_294x43 withAction:@selector(pay:)];