Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Releases: SourcePointUSA/CCPA_iOS_SDK

1.5.0

15 Dec 13:53
Compare
Choose a tag to compare

1.5.0 (Dec, 15, 2020)

1.4.0

07 Nov 10:59
Compare
Choose a tag to compare

1.4.0 (Nov, 07, 2020)

  • Prefixed error classes with CCPA to avoid class naming clashes with the GDPR SDK #50
  • Fixed an issue with authenticated consent not clearing user data when authId changed #54
  • Significantly improved end-to-end testing

1.3.3

12 Oct 12:51
Compare
Choose a tag to compare
  • Update code to run with Xcode 12
  • Prefixed all Error classes with CCPA

1.3.2

30 Sep 06:50
Compare
Choose a tag to compare

Fixed an issue that was causing clash between onError methods in GDPR and CCPA SDKs #48

1.3.1

13 Aug 10:13
Compare
Choose a tag to compare
  • Fix an issue that'd prevent the onAction delegate method from being called #47
  • Implement .description to Action class #46
  • Make sure onConsentReady is called on all actions that closes the ConsentUI #41

1.3.0

12 Jun 09:06
Compare
Choose a tag to compare
  • Store the IABUSPrivacy_String as spec'ed by the CCPA IAB.
  • Store the "ccpa applies" boolean. This is not covered by the IAB CCPA In-app spec so we're using our own key. It can be retrieved by reading it from the UserDefaults with:
UserDefaults.standard.bool(forKey: CCPAConsentViewController.CCPA_APPLIES_KEY)
  • Fixed an issue that'd prevent the consent message from showing again if the user dismissed it in the first place.

1.2.0

30 Apr 10:23
Compare
Choose a tag to compare
  • Added authenticated consent. For more info on how it works and how to use it, check the README file.

1.1.2

16 Mar 17:40
Compare
Choose a tag to compare
pod update