Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Releases: paypal/PayPal-iOS-SDK

2.0.2: Enable Landscape; add Arabic, Malay.

03 Apr 21:55
Compare
Choose a tag to compare
  • 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

26 Feb 00:12
Compare
Choose a tag to compare
  • 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

25 Feb 01:18
Compare
Choose a tag to compare
  • 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 of PayPalPaymentDelegate.
    • Introduce PayPalFuturePaymentViewController and associated PayPalFuturePaymentDelegate.
  • Single payments now include an intent property, to distinguish between:
    1. immediate payment processing
    2. 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

26 Dec 18:41
Compare
Choose a tag to compare
  • Fix a bug that caused "duplicated symbol" errors when an app used the -all_load linker flag.

1.4.4: bugfix

14 Dec 00:38
Compare
Choose a tag to compare
  • Fix a bug that arose when hideCreditCardButton is set.
  • Update card.io library to 3.4.3

1.4.3: a few small fixes

12 Dec 01:56
Compare
Choose a tag to compare
  • 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

26 Nov 20:58
Compare
Choose a tag to compare

1.4.1: *Now* 64-bit compatible. Really.

20 Nov 18:13
Compare
Choose a tag to compare
  • Fix a problem with the 64-bit library

1.4.0: Now 64-bit compatible

19 Nov 23:09
Compare
Choose a tag to compare
  • Make 64-bit compatible
  • Require iOS 6.0 or greater
  • Update card.io library to 3.4.0

1.3.6: bugfix

11 Nov 22:00
Compare
Choose a tag to compare
  • Fix a problem with repeat purchase resulting in 52003 error on Sandbox