How to Tell iOS Paypal Mobile Payment Library Version? -
i'm referencing demo against library have , there seem differences. want make sure i'm not working deprecated or outdated.
the header file each in paypal.h says:
// // paypal.h // // mpl library - developer interface // // created paypal 2010 // modified by: // dizoglio, james(jdizoglio) on 5/10/11. // // copyright 2011 paypal. rights reserved. // // in particular, i'm noticing library has:
+(paypal*)getinstance; while demo has:
+(paypal*)getpaypalinst; i guess question paypal, , in particular james dizoglio, appreciate has integrated ios app can offer. thanks.
you magic of cocoa's "respondstoselector:" method see if paypal library responds "getinstance" or "getpaypalinst" api's.
and in meantime, file bug or send message developer support @ paypal see if can them resolve confusion.
Comments
Post a Comment