0

I Add the library of PayPal SDK and add

[PayPal initializeWithAppID:@"XXXXXXXXX" forEnvironment:XXXXXX]; code then it give the error message "internal server Error"

Please provide me the step of in integration of PayPal.

There is no proper documentation of PayPal integration in iOS.In its sample code the parallel transaction going very smooth when i create a new project and add paypal library it gives an error. In the sample code add -lxml2 in other linker library but In the documentation of PayPal there is no such things so I think something is missing in my project.

1 Answers1

1

Just add Bundle display name in your info.plist of your project as an empty.

Here's the screenshot.

enter image description here

Hemang
  • 26,840
  • 19
  • 119
  • 186