PayPal fetchDeviceReferenceTokenWithAppID返回空

时间:2012-11-13 08:09:12

标签: ios paypal

为了整合PayPal MECL,我做了以下步骤。

  1. 添加了库。我将MECL Library(libPayPalEC.a,PayPal.h),libxml2.dylib添加到项目中。
  2. 实施了DeviceReferenceTokenDelegate并添加了委托方法。
  3. 通过点击按钮调用以下方法。

    [[PayPal getPayPalInst] fetchDeviceReferenceTokenWithAppID:@“APP-80W284485P519543T”forEnvironment:ENV_SANDBOX withDelegate:self];

  4. 然后通过委托'receivedDeviceReferenceToken:'

  5. 调用方法

    问题出在第4步。收到的令牌总是空的。

    我只是遵循手册,而这就是全部。

    我有什么问题吗?

0 个答案:

没有答案