Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Releases: PaddleHQ/Mac-Framework

v3.0.42

14 Oct 13:39
Compare
Choose a tag to compare

Update: We've announced the end of support for v3 on the 21st of July 2020, please find here the most updated version of our Mac SDK.

Fixed:

  • App crashes when upgrading to Catalina.

The bug only affected users that have activated their license before v3 and implementations where remote verification methods are used without checking if a license exists first.
Because the underlying implementation of NSData has changed in Catalina the verify method will incorrectly continue with remote verification when it can't find a local license code.

v3.0.40

18 Dec 18:10
Compare
Choose a tag to compare

New:

  • More detailed console logs for file write issues.

Fixed:

  • Crashes around deprecated beginSheet methods.
  • Site Licensing will fall back to per user activation if unable to write to disk.

v3.0.39

17 Aug 11:05
Compare
Choose a tag to compare

Fixed:

  • UI display issues when operating in 10.14 dark mode
  • Deactivations sometimes causing issues with restarting trials
  • simplifyViews option now working again

v3.0.38

07 Aug 13:03
Compare
Choose a tag to compare

Fixed:

  • Child products with no expiry date being treated as expired in some circumstances.

v3.0.37

06 Jul 08:52
Compare
Choose a tag to compare

Fixed:

  • Child Product license expiry dates now correctly destroyed on deactivation.

v3.0.36

14 Jun 12:42
Compare
Choose a tag to compare

Fixed:

  • File system write queue exception edge cases.
  • Order status polling timer not invalidated in certain cases.
  • Completion block race condition on child product activations.

v3.0.35

04 May 15:33
Compare
Choose a tag to compare

Fixed

  • File access race condition between auto verification and manually triggered.
  • Swift implementations not always verifying the Paddle delegate existed before messaging.
  • Price override checkout flows without showing product info will now resolve any missing required data.

v3.0.34

17 Apr 08:14
Compare
Choose a tag to compare

New:

v3.0.33

22 Mar 15:02
Compare
Choose a tag to compare

Fixed:

  • Crash on app launch when calling an unset Delegate, typically when using Silent Licensing.

v3.0.32

14 Feb 14:39
Compare
Choose a tag to compare

Added:

  • overridePriceForChildProduct method

Fixed:

  • Swift nullability annotations on completion blocks to match actual usage.