Skip to content

v4.0.15

Compare
Choose a tag to compare
@avalore avalore released this 18 May 15:52
· 18 commits to master since this release

Known Issue - We have identified an issue with the latest release that is causing trial days to default to zero.
We advise sellers to refrain from updating to the last version and instead wait for the next update.

  • Memory leaks.
  • Deprecated convertPointToBase: in class NSView.
  • Added parameters definitions to remove warnings in non-ARC projects.
  • Removed unnecessary LLVM instrumentation causing it to write unnecessary default.profraw files.
  • License verification race condition issue when offline, this was causing the callbacks to return .unverified instead of .unableToVerify.
  • Incorrect error being passed when more than one error was present and/or default error would be shown when one was incorrectly caught from the API
  • License expiration date was being ignored on activation for licenses with a set expiration date, this caused expired licenses to be successfully activated. Please note that those licenses would then fail license verification verifyActivationWithCompletion. This has now been fixed for all versions of the SDK as the validation is done at API level.