Skip to content

Releases: SourcePointUSA/ios-cmp-app

6.3.0

27 Oct 11:21
Compare
Choose a tag to compare

6.3.0 (Oct, 26, 2021)

6.2.1

20 Oct 15:17
Compare
Choose a tag to compare

6.2.1 (Oct, 20, 2021)

  • Fix an issue preventing the SDK from being built via SPM
  • Add example on how to use vendor grants on README

6.2.0

06 Oct 15:40
Compare
Choose a tag to compare

6.2.0 (August, 25, 2021)

  • Officially added support to AppleTV (check our NativePMExample app).
  • The SPDelegate protocol has been updated. All methods that expected a SPMessageViewController now receive a plain UIViewController instead.

6.1.7-beta.2

02 Sep 09:50
Compare
Choose a tag to compare

6.1.7-beta.2 (September, 02, 2021)

  • Added SDK release automation.

6.1.7-beta.1

02 Sep 08:34
Compare
Choose a tag to compare

6.1.7-beta.1 (September, 02, 2021)

  • Added SDK release automation.

6.1.7-beta.0

01 Sep 15:30
d1b4287
Compare
Choose a tag to compare

6.1.7-beta.0 (September, 01, 2021)

  • Added SDK release automation.

6.1.7

25 Aug 14:45
9bdedad
Compare
Choose a tag to compare

6.1.7 (August, 25, 2021)

  • Added acceptedCategories property to SPGDPRConsent class. The acceptedCategories is an array of ids of the categories (purposes) consented by the user and that are consented in all vendors involved with it. If a single vendor of a given purpose is disabled by the user, that purpose won't be part of acceptedCategories. #335
  • Fixed an issue preventing using the SDK with Carthage. #334

6.1.6

17 Aug 12:41
Compare
Choose a tag to compare

6.1.6 (August, 17, 2021)

  • Added IDFAAccepted & IDFADenied to SPActionType to load the messages based on IDFA status #330

6.1.5

23 Jul 16:01
Compare
Choose a tag to compare

6.1.5 (July, 23, 2021)

  • Expanded SPSDK protocol to contain all public method/attributes of the SDK. Adding the following:
    • VERSION: String
    • clearAllData()
    • cleanUserDataOnError: Bool
    • messageTimeoutInSeconds: TimeInterval
    • privacyManagerTab: SPPrivacyManagerTab
    • messageLanguage: SPMessageLanguage
  • Added AppleTV native Privacy Manager message flow.

6.1.4

20 Jul 09:57
Compare
Choose a tag to compare

6.1.4 (July, 20, 2021)

  • Fixed an issue preventing consent messages from rendering on iOS 13.3.x