Skip to content

Releases: SourcePointUSA/ios-cmp-app

5.3.7-beta.1

17 Mar 16:58
Compare
Choose a tag to compare

5.3.7-beta.1 (March, 17, 2021)

  • Added Github Action CI to automate SDK release process

5.3.7-beta.0

17 Mar 16:38
e3ff535
Compare
Choose a tag to compare

5.3.7-beta.0 (March, 17, 2021)

  • Added Github Action CI to automate SDK release process

5.3.6

04 Mar 15:30
Compare
Choose a tag to compare

5.3.6 (March, 04, 2021)

  • Added support to XCFramework #288
  • Added Obj-C support to Message Language and PMTab feature#289

5.3.5

11 Feb 15:54
Compare
Choose a tag to compare
  • Fixed a regression that'd prevent the SDK from running on projects using Swift Package Manager #282

5.3.4

20 Jan 15:00
Compare
Choose a tag to compare
  • Added a feature to overwrite default language. You can now configure language in which the consent message must be shown by setting the attribute .messageLanguage. Just make sure to set it before calling loadMessage or loadPrivacyManager. #262
  • Added a feature to overwrite default privacy manager tab. You can now configure tab which loads with privacy manager by setting the attribute .privacyManagerTab. Just make sure to set it before calling loadMessage or loadPrivacyManager. #273
  • Refactoring of error classes with addition of error codes. #269

5.3.3

01 Dec 10:05
Compare
Choose a tag to compare

5.3.2 (Nov, 23, 2020)

  • Fixed a regression that'd prevent the SDK from running on projects using Swift Package Manager #266

5.3.2

23 Nov 15:38
Compare
Choose a tag to compare
  • Fixed a regression with the sharing consent with the webview feature

5.3.1

23 Nov 10:05
Compare
Choose a tag to compare

5.3.1 (Nov, 23, 2020)

  • Fixed an issue that would prevent the consentLanguage field from the consent string to always be set to EN. #260
  • Added a feature to ease sharing consent between native and webviews. Check how to use it in this section of the README. #263
  • Fixed an issue that prevented the property .userConsents from the GDPRConsentViewController to be outdated after calling the .customConsentTo method. #264
  • Updated the README and the AuthExample app.

5.3.0

19 Oct 14:58
Compare
Choose a tag to compare
  • Added support to Swift Package Manager(SPM)

5.2.10

15 Oct 13:14
Compare
Choose a tag to compare
  • improve error handling on MessageWebView #247