Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 12th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to integrate paypl in iphone sdk?
  2. [NSThread detachNewThreadSelector:@selector(initializePayPal) toTarget:self withObject:nil];
  3.  
  4. -(void)initializePayPal {
  5.     [PayPal initializeWithAppID:@" APP-80W284485P519543T" forEnvironment:ENV_SANDBOX];
  6. }