Releases: SourcePointUSA/ios-cmp-app
Releases · SourcePointUSA/ios-cmp-app
5.3.7-beta.1
5.3.7-beta.1 (March, 17, 2021)
- Added Github Action CI to automate SDK release process
5.3.7-beta.0
5.3.7-beta.0 (March, 17, 2021)
- Added Github Action CI to automate SDK release process
5.3.6
5.3.5
5.3.4
- 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 callingloadMessage
orloadPrivacyManager
. #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 callingloadMessage
orloadPrivacyManager
. #273 - Refactoring of error classes with addition of error codes. #269
5.3.3
5.3.2
- Fixed a regression with the sharing consent with the webview feature
5.3.1
5.3.1 (Nov, 23, 2020)
- Fixed an issue that would prevent the
consentLanguage
field from the consent string to always be set toEN
. #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 theGDPRConsentViewController
to be outdated after calling the.customConsentTo
method. #264 - Updated the README and the AuthExample app.