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.12.0: Build using Xcode 7.0

11 Sep 17:00
Compare
Choose a tag to compare
  • Built using Xcode 7.0
  • Use SFSafariViewController via SafariServices.framework (if linked) for opening web pages
  • Fixed behavior where retrieve_shipping_address is disabled and no shipping address is provided from the app, so it will not default to the PayPal account shipping address.

2.11.4: Fix canOpenURL issue

27 Aug 18:03
Compare
Choose a tag to compare

2.11.3: Fix instability in transition

12 Aug 18:38
Compare
Choose a tag to compare

2.11.2: Update card.io to 5.1.0

10 Aug 23:19
Compare
Choose a tag to compare

card.io release includes several bugfixes & enhancements.

2.11.1: Update card.io library to 5.0.6

07 Jul 23:05
Compare
Choose a tag to compare
  • NOTE: version 2.11.1 requires Xcode 6.3+. If you are still using Xcode 6.2, please use version 2.10.2 of this SDK.
  • Update card.io library to 5.0.6.
  • Bug fixes.

2.11.0: Update card.io library to 5.0.5

20 May 23:19
Compare
Choose a tag to compare
  • NOTE: version 2.11.0 requires Xcode 6.3+. If you are still using Xcode 6.2, please use version 2.10.2 of this SDK.
  • Update card.io library to 5.0.5. (fixes #278)
  • Minor bug fixes.

2.10.2: Better blurring; iPad display fix

05 May 19:40
Compare
Choose a tag to compare
  • Fix an iPad display issue. (see #272)

  • Improve mSDK screen blurring when app is backgrounded.

    NOTE: this change requires that you add one more framework to your project:
    Accelerate.framework

  • Minor bug fixes.

2.10.1: Use Xcode 6.2; improve dialing codes

21 Apr 21:02
Compare
Choose a tag to compare
  • Improve the country code displayed for Phone/PIN login.
  • Build the SDK using Xcode 6.2 rather than 6.3, to provide better compatibility
    for those developers still using Xcode 6.2.

2.10.0: Improved currency display, minor fixes.

16 Apr 19:57
Compare
Choose a tag to compare

2.9.0: Add alwaysDisplayCurrencyCodes option

17 Mar 21:51
Compare
Choose a tag to compare
  • Add alwaysDisplayCurrencyCodes property to PayPalConfiguration.
  • Update card.io library to 5.0.3.