Skip to content

Releases: SourcePointUSA/ios-cmp-app

7.6.10

27 Jun 15:05
Compare
Choose a tag to compare

7.6.10 (Jun, 27, 2024)

7.6.9

10 Jun 21:21
Compare
Choose a tag to compare

7.6.9 (Jun, 10, 2024)

  • DIA-4076 Add consentLanguage param in query for PM call from FLM #572
  • HCD 516 README.md update: Add default language precedence #570

7.6.8

30 Apr 06:37
Compare
Choose a tag to compare

7.6.8 (Apr, 30, 2024)

  • DIA-3916 Fixed an issue causing the SDK to show incorrect translations on tvOS when loading the privacy manager via loadGDPRPrivacyManager. #569

7.6.7

24 Apr 15:24
Compare
Choose a tag to compare

7.6.7 (Apr, 24, 2024)

  • DIA-3878 Fixed an issue preventing the SDK from being integrated using SPM. #567
  • Fixed an issue causing the 1st layer message to be rendered in english even when "Use Browser Defaults" was enabled in the message builder. #568
  • Improved documentation regarding USNat statuses #566

7.6.6

17 Apr 18:11
Compare
Choose a tag to compare

7.6.6 (Apr, 17, 2024)

  • DIA-3679 Fixed an issue affecting Objc implementations preventing USNat consent status from being accessed by the app. #559
  • DIA-3811 Fixed an issue with webview consent transferring affecting some implementations that contained consent actions in their vendor list. #563
  • DIA-2963 Fixed an issue causing the onError callback not being called in certain cases. #561
  • DIA-3817 Fixed an issue causing the SDK to error for old campaigns (where legalBasisChangeDate are not returned by the backend). #562
  • DIA-3770 Fixed a layout issue on tvOS causing html tags to be rendered. #565
  • Improved tests for legacy USPString within USNat campaigns. #564
  • Made webConsents public to better support React Native, Flutter and other bridge SDKs. #560 (thanks @finnp & @thekorn)

7.6.5

14 Mar 16:13
Compare
Choose a tag to compare

7.6.5 (Mar, 11, 2024)

  • DIA-3691 Fixed an issue preventing the SDK from being used with Carthage. #557
  • Updated README on SPUSNatConsent #556

7.6.4

01 Mar 12:04
Compare
Choose a tag to compare

7.6.4 (Mar, 01, 2024)

  • DIA-3558 Expanded public fields on SPUSNatConsent object. #555
SPUSNatConsent(
-  consentStrings: []
+ consentStrings: [{ sectionId: Int, sectionName: String, consentString: String }]
+ categories: [{ id: String, consented: Bool }]
+ vendors: [{ id: String, consented: Bool }]
+ statuses: {
+     rejectedAny: Bool?,
+     consentedToAll: Bool?,
+     consentedToAny: Bool?,
+     sellStatus: Bool?,
+     shareStatus: Bool,
+     sensitiveDataStatus: Bool?,
+     gpcStatus: Bool?,
+     hasConsentData: Bool?
+   }
)

7.6.3

27 Feb 14:41
Compare
Choose a tag to compare

7.6.3 (Feb, 27, 2024)

7.6.2

26 Feb 10:22
Compare
Choose a tag to compare

7.6.2 (Feb, 26, 2024)

  • DIA-3524 Add support to legacy CCPA US Privacy String within USNat campaigns. Check this README section for more info. #549
  • DIA-3617 Fixed an issue that would prevent consent data from being migrated from older versions of the SDK (>= 6 <=7.4.0). #552
  • Fixed an issue preventing setups with a CCPA campaign from migrating user data from SDK version 7.4.3 onwards. #552
  • Improvments to our USNat documentation.

7.6.1

21 Feb 11:53
Compare
Choose a tag to compare

7.6.1 (Feb, 21, 2024)

  • DIA-3617 Fixed an issue introduced in version 7.4.3 that caused users to see the GDPR 1st layer message again (and loose consent data) when upgrading from previous versions of the SDK. #550 Big thanks to @pyrtsa.
  • Minor updates to the Firebase integration example app.