Skip to content

Releases: didomi/unity

2.7.0

20 Aug 22:23
Compare
Choose a tag to compare

2.6.0

30 Jul 09:59
Compare
Choose a tag to compare

2.5.0

15 Jul 13:02
Compare
Choose a tag to compare

2.4.0

13 Jun 12:29
Compare
Choose a tag to compare

2.3.0

27 May 15:08
Compare
Choose a tag to compare
  • Update latest versions of native Android (2.6.0) and iOS (2.7.0) sdks, more info: https://developers.didomi.io/cmp/mobile-sdk
  • Add support for SyncReady event
  • Add new parameters to DidomiInitializeParameters to override the user location determined by the SDK when getting the notice configuration:
    • countryCode: Force the user country used to get the notice configuration.
    • regionCode : Force the user region used to get the notice configuration.

2.2.0

11 Apr 10:25
Compare
Choose a tag to compare
  • Update latest versions of native Android (2.4.0) and iOS (2.4.0) sdks, more info: https://developers.didomi.io/cmp/mobile-sdk
  • Support new method OpenCurrentUserStatusTransaction
  • In Android post-processing, replace Unity activity by a FragmentActivity instead of a AppCompatActivity, and stop replacing the default app style

2.1.0

19 Mar 16:45
Compare
Choose a tag to compare

2.0.0

06 Mar 15:48
Compare
Choose a tag to compare
  • Update latest versions of native Android (2.0.1) and iOS (2.0.2) sdks
  • Remove deprecated methods (breaking changes)
    • GetDisabledPurposeIds
    • GetDisabledPurposes
    • GetDisabledVendorIds
    • GetDisabledVendors
    • GetEnabledPurposeIds
    • GetEnabledPurposes
    • GetEnabledVendorIds
    • GetEnabledVendors
    • GetUserConsentStatusForPurpose
    • GetUserConsentStatusForVendor
    • GetUserConsentStatusForVendorAndRequiredPurposes
    • GetUserLegitimateInterestStatusForPurpose
    • GetUserLegitimateInterestStatusForVendor
    • GetUserLegitimateInterestStatusForVendorAndRequiredPurposes
    • GetUserStatusForVendor
    • SetUserConsentStatus
  • Refactor Purpose and Vendor objects (breaking changes)
    More info: https://developers.didomi.io/cmp/mobile-sdk

v1.19.0

08 Feb 10:04
Compare
Choose a tag to compare
  • Update latest versions of native Android (1.90.0) and iOS (1.99.0) sdks

More info: https://developers.didomi.io/cmp/mobile-sdk

v1.18.0

05 Feb 11:08
Compare
Choose a tag to compare
  • Update latest versions of native Android (1.89.0) and iOS (1.98.0) sdks. More info: https://developers.didomi.io/cmp/mobile-sdk
  • Implement new public function GetCurrentUserStatus().
  • Implement new public function SetCurrentUserStatus().
  • Fix iOS framework search property.