0

I'm referencing the demo against the library I have and there seem to be some differences. I just want to make sure I'm not working with something deprecated or outdated.

The header file for each in PayPal.h says:

//
//  PayPal.h
//
//  MPL Library - Developer Interface
//
//  Created by Paypal 2010
//  Modified by:
//          DiZoglio, James(jdizoglio) on 5/10/11.
//
//  Copyright 2011 Paypal. All rights reserved.
//
//

In particular, I'm noticing that the library has:

+(PayPal*)getInstance;

while the demo has:

+(PayPal*)getPayPalInst;

I guess this question is mainly for PayPal, and in particular James DiZoglio, but I appreciate any help anyone who has integrated this with their iOS app can offer. Thanks.

4

1 に答える 1

0

respondsToSelector:Cocoa の " " メソッドの魔法をいつでも実行してgetInstance、PayPal ライブラリが " " または " getPayPalInst" API に応答するかどうかを確認できます。

それまでの間、バグを報告するか、開発者サポート @ PayPal にメッセージを送信して、混乱を解決するのに役立つかどうかを確認してください.

于 2012-06-05T05:08:52.787 に答える