Skip to content

Releases: SourcePointUSA/ios-cmp-app

7.4.1 (Oct, 6, 2023)

06 Oct 16:07
ab46b38
Compare
Choose a tag to compare

7.4.1 (Oct, 6, 2023)

  • DIA-2838 Make consentStatus public #501
  • DIA-2816 Fix reconsent triggered on vendor add/Legal bases change in VL is causing all previously given consents to reset #499

7.4.0 (Oct, 2, 2023)

02 Oct 16:32
779790a
Compare
Choose a tag to compare

DIA-2632 dateCreated is parsed for SPGDPRConsent #497
DIA-2441 Changed tvos toggles logic for purposes on consent tab #487
DIA-2440 Fix for category details view in manage preferences #491
DIA-2439 Make special purposes selectable #490
DIA-2434 Changed hugging priority for Label #489

7.3.0

16 Aug 14:33
d827980
Compare
Choose a tag to compare

7.3.0 (Aug, 16, 2023)

7.2.2

27 Jul 08:11
3d96662
Compare
Choose a tag to compare

7.2.2 (Jul, 26, 2023)

7.2.1

19 Jul 09:10
90309f3
Compare
Choose a tag to compare

7.2.1 (Jul, 18, 2023)

  • DIA-2370 Fixed an issue causing the SDK to show a wrong state for the "Do not sell" button on CCPA messages. #454
  • DIA-2229 Fixed an issue causing the tvOS message to show a Sourcepoint logo briefly before loading the real image. #460
  • DIA-2430 Fixed an issue causing the description text on some tvOS screens to be unreacheable and unscrollable. #457
  • DIA-2429 Fixed an issue causing the SDK to throw a runtime exception when scrolling through vendors rapidly on tvOS. #458
  • Minor tvOS layout adjustments
  • Fixed / improved on testing.

7.2.0

26 Jun 09:28
Compare
Choose a tag to compare

7.2.0 (June, 23, 2023)

  • DIA-2311 Fixed an issue causing the SDK to return default consent values for returning users before onConsentReady was invoked. #451
  • DIA-2271 SPPublisherData is now of type [String: AnyEncodable]. Passing "pubData" as [String: String] continues to work, but you should update your code to use SPPublisherData instead. #450
  • DIA-2308 Fixed an issue preventing tvOS home screen description text from being scrollable. #449
  • DIA-1888 Updated tvOS GDPR to display disclosure only vendors and purposes. #447

7.1.1

12 Jun 13:46
Compare
Choose a tag to compare

7.1.1 (June, 12, 2023)

  • DIA-2193 Fixed an issue that would cause the consent string for CCPA to be incorrect if the user moves to an area where CCPA does not apply. #448
  • DIA-2061 Re-introduce support to group PMs. #444
  • DIA-2137 Update error codes (used internally). #442
  • DIA-2136 Fixed an issue that could cause the user to be stuck in the webview where the message was loaded. #441

7.1.0

09 May 18:22
Compare
Choose a tag to compare

7.1.0 (May, 09, 2023)

  • DIA-2080 Fixed an issue preventing the GDPR Message from showing on iOS 14.2, due to a bug on iOS itself. #439
  • DIA-2049 Fixed a bug causing the SDK to use targeting params from GDPR campaign instead of CCPA. #426
  • DIA-2065 Fixed an issue affecting the correct behavior of authenticated consent on CCPA. #430
  • DIA-2120 Fixed an issue that could cause reporting data on no-action users to be incorrect. #430
  • DIA-1805 Implemented a new way of sharing consent from native SDK to webviews. The legacy way (via setConsentFor(authId: String)) is now DEPRECATED. For more information on how to use this feature, please refer to this section of the README file. #430
  • DIA-2101 Improved error logging data #431
  • DIA-1840 | DIA-1831 | DIA-2056 Corrected several layout issues on tvOS. #432 | #435 | #438
  • DIA-1837 Introduced beta support to tvOS #436
  • DIA-1678 Implemented translation logic for tvOS messages. #436

7.0.3

24 Mar 10:03
Compare
Choose a tag to compare

7.0.3 (Mar, 23, 2023)

  • Fixed an issue leading to abnormal "page views" reporting on Sourcepoint's dashboard. DIA-1964
  • Fixed an issue causing scenarios that included "Show Message Once" to not work. #420 DIA-1915

7.0.2

24 Feb 18:16
Compare
Choose a tag to compare

7.0.2 (Feb, 24, 2023)

  • Fixed an issue with our linting config preventing our CI from pointing out force unwrapping
  • Removed all forced unwraps from the SDK's code
  • Fixed an issue that would in some cases cause the app to crash #416 DIA-1842

⚠️ Deployment target 10 is no longer supported by XCode and global usage of iOS 10 and below is very low. We are strongly considering bumping the iOS deployment target from 10 to 11 in the next minor release.