This repository has been archived by the owner on May 5, 2020. It is now read-only.
Releases: paypal/PayPal-iOS-SDK
Releases · paypal/PayPal-iOS-SDK
2.18.1
- PayPal Mobile SDKs are Deprecated and only existing integrations are supported. For all new integrations, use Braintree Direct in supported countries. In other countries, use Express Checkout and choose the Braintree SDK integration option.
- Update translations.
- Compiled with Xcode 9.2.
2.18.0
2.17.0
2.16.3
2.16.2
2.16.1
2.16.0
- Add support for third-party receivers #140. Available as an optional property,
PayPalPayment.payeeEmail
. This property is only available for PayPal payments, not Direct Credit Card (DCC) payments. - Direct Credit Card (DCC) payments are now deprecated in this SDK. Please use Braintree Payments, a PayPal Company, which is the easiest way to accept PayPal, credit cards, and many other payment methods.
2.15.1
2.15.0
2.14.7
- Fix issue with localization not being correctly merged based on preferences #449.
- If you use card.io to scan credit cards, you should add the key
NSCameraUsageDescription
to your app'sInfo.plist
and set the value to be a string describing why your app needs to use the camera
(e.g. "To scan credit cards."). This string will be displayed when the app initially requests permission to access
the camera.