Skip to content

Releases: Unity-Technologies/unity-ads-android

Unity Ads 3.7.1

31 Mar 00:47
Compare
Choose a tag to compare

No Changes from 3.7.0

Unity Ads 3.7.0

19 Mar 01:33
Compare
Choose a tag to compare

Features

  • Added callbacks for the Show method signature on public API.

Changes

  • Improved Load method callbacks to include an error message.

Unity Ads 3.6.2

19 Mar 01:26
Compare
Choose a tag to compare

Bug Fixes

  • Fix a crash due to a ConcurrentModificationException

Unity Ads 3.6.0

08 Dec 21:36
Compare
Choose a tag to compare

Changes:

  • Experimental Integration API

Unity Ads 3.5.1

10 Nov 01:18
Compare
Choose a tag to compare

No Changes from 3.5.0

Unity Ads 3.5.0

02 Oct 00:21
Compare
Choose a tag to compare

Features

  • Add initialization callback to initialization methods
  • Background download WebView update
  • Improve load API and add callback
  • Add support for Open Advertising Identifier for Huawei devices

Changes

  • Update targetSdkVersion to 29
  • Update the Unity Ads SDK License

Bug Fixes

  • AdUnit View doesn't regain focus after a system popup
  • Android background audio does not resume after ad closed
  • End card showing blank white page

Unity Ads 3.4.8

06 Aug 20:28
Compare
Choose a tag to compare

Bug Fixes:

  • Fix crash in Android API level 30 with getNetworkType

Unity Ads 3.4.6

04 Jun 23:54
Compare
Choose a tag to compare

Bug Fixes:

  • InitializationState Out of Memory Crash
  • GooglePlayStore rejection due to unsafe SSL
  • readFileBytes crash

UnityAds 3.4.2

28 Jan 00:47
Compare
Choose a tag to compare

Bug Fixes:

  • Fix FatalException from BufferredInputStream.Read() that occurs on some Android devices

Unity Ads 3.4.0

06 Dec 00:02
Compare
Choose a tag to compare

Deprecations

  • Deprecated Monetization class.
  • Removed example app for Monetization.
  • Deprecation of initialize method with listener as a param in favor of initialize method without a listener.

Bug Fixes

  • Listener.sendErrorEvent is no longer broken on Android
  • Re-Init on Android no longer blocks for at least 10s
  • Various other small bug fixes