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.0.2: Enable Landscape; add Arabic, Malay.
- Add full support for device rotation.
- Add translations for Arabic and Malay.
- Update card.io library to 3.6.4.
2.0.1: a few very minor bug fixes
- A few very minor fixes:
- Correct the version string returned by the SDK.
- Tidy up some messages in the console log.
- Improve handling of iOS 7 dialects such as "British English."
2.0.0: new version of the SDK
- Users can now authorize future payments with PayPal.
- Reorganize API, for both single-payment and future-payment use cases:
- Use the
PayPalMobile
class to initialize the SDK with Client IDs for Production and Sandbox. - Use a
PayPalConfiguration
object for common configuration across both single-payment and future-payment use cases. - Allow an optional
PayPalPaymentDetails
object to specify Shipping, Subtotal, and Tax amounts. - Allow an optional Build Notation code ("BN code") for each payment.
- Add a
PayPalPaymentViewController
parameter to the methods ofPayPalPaymentDelegate
. - Introduce
PayPalFuturePaymentViewController
and associatedPayPalFuturePaymentDelegate
.
- Use the
- Single payments now include an
intent
property, to distinguish between:- immediate payment processing
- payment authorization only, with subsequent capture by your server.
- For API errors, the console log will now provide additional information, including a PayPal Debug-ID for MTS investigations.
- The SDK now uses PayPal's new REST APIs exclusively.
1.4.5: bugfix
- Fix a bug that caused "duplicated symbol" errors when an app used the -all_load linker flag.
1.4.4: bugfix
- Fix a bug that arose when
hideCreditCardButton
is set. - Update card.io library to 3.4.3
1.4.3: a few small fixes
- Improve the handling of right-to-left languages (e.g., Hebrew).
- Update card.io library to 3.4.2
- Fix issue #66
1.4.2: bugfix
1.4.1: *Now* 64-bit compatible. Really.
- Fix a problem with the 64-bit library
1.4.0: Now 64-bit compatible
- Make 64-bit compatible
- Require iOS 6.0 or greater
- Update card.io library to 3.4.0
1.3.6: bugfix
- Fix a problem with repeat purchase resulting in 52003 error on Sandbox