Releases: SourcePointUSA/ios-cmp-app
Releases · SourcePointUSA/ios-cmp-app
6.7.3
6.7.3 (Dec, 16, 2022)
6.7.2
6.7.0
6.7.0 (14, 07, 2022)
- Implemented
deleteCustomConsentTo
method. Now you're able to remove consent to custom vendors, purposes and legitimate interest purposes using that method. It works similarly to thecustomConsentTo
method. For more info, please refer to this section of the README. - Added support to privacy manager from property groups. You can now pass a property pm id to
SPCampaign
constructor. For more info check this section of the README. - Several testing and QA improvements.
6.6.0
6.6.0 (May, 06, 2022)
- Improved support to property groups and privacy manager belonging to property groups. For an example on how to use a privacy manager belonging to a a property group, please refer to the README.
6.5.1
6.5.1 (Apr, 07, 2022)
We have received a lot of valuable feedback from you and we listened. This release is all about fixing and improving our TvOS UI and layout including:
- removing Sourcepoint's placeholder logo
- fixing an issue that made the header button difficult to see
- removing unnecessary texts
- improving on the 1st screen description when the text was too long to fit its container
- drastically improving the buttons aesthetics
6.5.0
6.5.0 (Feb, 21, 2022)
6.4.1
6.4.0
6.4.0 (Jan, 31, 2022)
- Added a brand new delegate method
onSPFinished
. As the name suggests, this method is invoked when the SDK is done displaying messages, sending/receiving consent to our APIs. At this point, theUserDefaults
is garanteed to have all consent data up to date. #350 - Fixed an issue preventing the Native Message for AppleTV from showing the correct client logo. #358
- Fixed an issue with the
SPPropertyName
not behaving correctly when the property name contained[http|https]://
. #357 - Fixed other issues regarding the Native AppleTV message. #352 #353
- Improved and extended unit as well as UI tests. #356
6.3.1
6.3.1 (Nov, 17, 2021)
- Added a new action type,
Custom
. You can be notified when an action is taken by the user via theonAction
callback, theCustom
action can be used to trigger any custom flow you have on your app, eg. subscribing, paywall, etc. - Added a section on the
SPDelegate
methods to our README. - Better document (XCode comments) the
SPUserData
andSPGDPRConsent
classes. - Added a comment to make it more transparent the fact that
SPSDK#userData
accessesUserDefaults
every time.
6.3.0
6.3.0 (Oct, 26, 2021)
- Good news, the Native Message is back! For more info make sure to check the Native Message wiki and our README.