Skip to content

Releases: SourcePointUSA/ios-cmp-app

7.7.1

27 Aug 10:02
Compare
Choose a tag to compare

7.7.1 (Aug, 27, 2024)

  • DIA-3356 Add super.viewWillDisappear to SPMessageViewController
  • DIA-3942 Add Indonesian, Hebrew, Macedonian, Malay, Korean, Tagalog to SPMessageLanguage #578
  • DIA-4263 Fixed an issue causing reporting numbers to be wrong regarding "no action" users. #579

7.7.0

01 Aug 19:50
Compare
Choose a tag to compare

7.7.0 (Aug, 01, 2024)

  • DIA-3950 Fix an issue causing the consent string not take the IDFA into account #575
  • DIA-4307 Add new programmatic reject-all feature. #577
  • DIA-3890 Handle accept/reject all actions for USNat campaigns. #576

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)