This repository was archived by the owner on Apr 16, 2024. It is now read-only.
Releases: SourcePointUSA/CCPA_iOS_SDK
Releases · SourcePointUSA/CCPA_iOS_SDK
1.5.0
1.4.0
1.3.3
- Update code to run with Xcode 12
- Prefixed all Error classes with
CCPA
1.3.2
1.3.1
1.3.0
- 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
- Added authenticated consent. For more info on how it works and how to use it, check the README file.