Skip to content

Releases: SourcePointUSA/ios-cmp-app

6.0.2

21 May 12:16
7043a36
Compare
Choose a tag to compare

6.0.2 (May, 21, 2021)

  • Fixes #295 - SPUserData properties not being accessible on ObjC.

6.0.1

03 May 15:11
Compare
Choose a tag to compare

6.0.1 (May, 3, 2021)

  • Fixed Swift Package Manager support.
  • Fixed an issue preventing the SDK from building on XCode 12.5
  • Updated README with IDFA status FAQ.

6.0.0

30 Apr 15:13
Compare
Choose a tag to compare

6.0.0

  • Multi-campaign
  • ATT pre-prompt message
  • Lots and lots of performance improvements

These are only a few of the changes we are bringing to this new major version of the SDK. Are you worried it's going to be too much work to migrate from v5? We got you covered, check our Migration Guide.
For a more comprehensive explanation of how the SDK works and what you can do with it, check our beloved README.

As always, don't hesitate to reach out to us either via GitHub issues, slack or to your account manager directly. We appreciate your feedback.

5.3.7-beta.2

22 Mar 09:01
aa78cb1
Compare
Choose a tag to compare

5.3.7-beta.2 (March, 22, 2021)

  • Added GitHub Action to upload Meta App IPA to BrowserStack.

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