Skip to content

Releases: Unity-Technologies/unity-ads-android

Unity Ads 4.2.0

05 May 17:50
Compare
Choose a tag to compare

Feature

  • Update to Unity Acquire Optimization feature

Bugfix

  • Improved init time for token resolution request. (#232)
  • Safety check posible null listeners
  • Fix possible deadlock when using GetToken with listener
  • Minor improvements to String handling in WebViewApp.java

Unity Ads 4.1.0

21 Mar 21:49
Compare
Choose a tag to compare

Feature

  • Add callback for getToken public API (beta)
  • Improved token availability
  • Add AD_ID to AndroidManifest.xml

Unity Ads 4.0.1

25 Feb 22:22
Compare
Choose a tag to compare

Changes

  • Remove the retrieval and use of Android ID

Bugfix

  • Remove deprecated ARCore integration
  • Fixed potential NPE when using Unity Acquire Optimization feature

Unity Ads 4.0.0

30 Nov 18:04
Compare
Choose a tag to compare

Feature

  • Cleanup public API
  • Update example project to use the latest API

Bugfix

  • Prevent crash that would occur if Unity Ads is initialized with an empty activity

Notes

Unity Ads SDK 4.0 removes deprecated APIs that no longer provide value. For a full list please see:
https://docs.unity.com/ads/DeprecatedAPIClasses.htm

Unity Ads 3.7.5

20 Jul 20:00
Compare
Choose a tag to compare

No changes from 3.7.4

Unity Ads 3.7.4

13 Jul 17:56
Compare
Choose a tag to compare

Bug Fixes

  • Fix a crash that can occur when re-initializing with null gameId

Unity Ads 3.7.2

26 May 19:19
Compare
Choose a tag to compare

Features

  • Setup Maven Central deployment for android binary.

Bug Fixes

  • Fix crash related to IllegalStateException when showing ad
  • Fix issue with attempting to load multiple ads at the same time causing load error

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