Releases: SourcePointUSA/ios-cmp-app
Releases · SourcePointUSA/ios-cmp-app
7.7.2
7.7.2 (Sep, 30, 2024)
- DIA-4457 Replace native
/meta-data
with mobile-core's/meta-data
implementation. #580 #581 - DIA-4457 Replace native
/consent-status
with mobile-core's/consent-status
implementation. #582
7.7.1
7.7.0
7.6.10
7.6.9
7.6.8
7.6.7
7.6.7 (Apr, 24, 2024)
7.6.6
7.6.6 (Apr, 17, 2024)
- DIA-3679 Fixed an issue affecting Objc implementations preventing USNat consent status from being accessed by the app. #559
- DIA-3811 Fixed an issue with webview consent transferring affecting some implementations that contained consent actions in their vendor list. #563
- DIA-2963 Fixed an issue causing the
onError
callback not being called in certain cases. #561 - DIA-3817 Fixed an issue causing the SDK to error for old campaigns (where
legalBasisChangeDate
are not returned by the backend). #562 - DIA-3770 Fixed a layout issue on tvOS causing html tags to be rendered. #565
- Improved tests for legacy USPString within USNat campaigns. #564
- Made
webConsents
public to better support React Native, Flutter and other bridge SDKs. #560 (thanks @finnp & @thekorn)
7.6.5
7.6.4
7.6.4 (Mar, 01, 2024)
SPUSNatConsent(
- consentStrings: []
+ consentStrings: [{ sectionId: Int, sectionName: String, consentString: String }]
+ categories: [{ id: String, consented: Bool }]
+ vendors: [{ id: String, consented: Bool }]
+ statuses: {
+ rejectedAny: Bool?,
+ consentedToAll: Bool?,
+ consentedToAny: Bool?,
+ sellStatus: Bool?,
+ shareStatus: Bool,
+ sensitiveDataStatus: Bool?,
+ gpcStatus: Bool?,
+ hasConsentData: Bool?
+ }
)