Skip to content

Version 3.3.0

Compare
Choose a tag to compare
@Str4tos Str4tos released this 26 Sep 13:17
· 95 commits to master since this release
  • Wraps Android and iOS 3.3.0 SDK
  • Added the option to switch to using Google User Messaging Platform instead of CAS Consent Flow.
    Please contact support to migrate to a certified CMP.

    You also have the opportunity to independently use any certified CMP before CAS initialization and CAS SDK will transmit information about the user’s consent for mediation.

  • Added the options to define the Limited Data Use and Advertising Tracking flags for Meta Audience Network in the inspector of ManagerAdObject.
  • Added an OnInitialziationFailed event to the ManagerAdObject inspector.
  • Added an InitializationError class with const strings to compare with InitialConfiguration.error values.

Known issues

  • [iOS] Issue with missing CFBundleShortVersionString in UnityFramework.
    A quick solution would be to override the GENERATE_INFOPLIST_FILE setting to NO for UnityFramework target in XCode.

Changes

  • The Meta Audience Network has been removed from the optimal advertising solution.

    If you want to continue using the Audience Network for monetization, then add the adapter dependency and comply with its privacy requirements.

  • The Network names have been replaced with more conventional ones in the Firebase ad_impression event.
  • The AdMetaData.identifier property now returns the Placement ID from the network on which the ad was shown.
  • The AdNetwork.Vungle renamed to LiftoffMonetize.
  • The AdNetwork.DigitalTurbine renamed to DTExchange.

New ads networks support in closed beta

  • HyprMX - Focused to USA region only.
  • Smaato - Support Banner ad only.
    • [iOS] Known runtime issue: Library not loaded: @rpath/OMSDK_Smaato.framework/OMSDK_Smaato.
      A quick solution would be to add a OMSDK_Smaato.xcframework with Embed & Sign flags to the Unity-iPhone target in XCode project settings.