unity-ads-android

Unity Ads SDK for Android

OTHER License

Stars
224
Committers
11

Bot releases are visible (Hide)

unity-ads-android - Unity Ads 4.4.0

Published by alex-crowe about 2 years ago

Bugfix

  • Fix potential concurrency in Signals Storage when signals are collected in parallel. (#423)
  • Adjust ProGuard rules to avoid obfuscation of required classes
unity-ads-android - Unity Ads 4.3.0

Published by alex-crowe about 2 years ago

Feature

  • Adjusted Proguard rules
  • Introduce UnityAdsShowError.TIMEOUT when not able to show under specified time frame.

Bugfix

  • Fix potential NullPointerException for acquire optimization.
  • Make Load and Show timeouts lifecycle aware
  • Remove the use of setAppCacheEnabled
unity-ads-android - Unity Ads 4.2.1

Published by alex-crowe over 2 years ago

unity-ads-android - Unity Ads 4.2.0

Published by alex-crowe over 2 years ago

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-android - Unity Ads 4.1.0

Published by alex-crowe over 2 years ago

Feature

  • Add callback for getToken public API (beta)
  • Improved token availability
  • Add AD_ID to AndroidManifest.xml
unity-ads-android - Unity Ads 4.0.1

Published by alex-crowe over 2 years ago

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-android - Unity Ads 4.0.0

Published by alex-crowe almost 3 years ago

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-android - Unity Ads 3.7.5

Published by alex-crowe about 3 years ago

No changes from 3.7.4

unity-ads-android - Unity Ads 3.7.4

Published by alex-crowe over 3 years ago

Bug Fixes

  • Fix a crash that can occur when re-initializing with null gameId
unity-ads-android - Unity Ads 3.7.2

Published by lmoreault over 3 years ago

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-android - Unity Ads 3.7.1

Published by lmoreault over 3 years ago

No Changes from 3.7.0

unity-ads-android - Unity Ads 3.7.0

Published by UnitySteven over 3 years ago

Features

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

Changes

  • Improved Load method callbacks to include an error message.
unity-ads-android - Unity Ads 3.6.2

Published by UnitySteven over 3 years ago

Bug Fixes

  • Fix a crash due to a ConcurrentModificationException
unity-ads-android - Unity Ads 3.6.0

Published by UnitySteven almost 4 years ago

Changes:

  • Experimental Integration API
unity-ads-android - Unity Ads 3.5.1

Published by UnitySteven almost 4 years ago

No Changes from 3.5.0

unity-ads-android - Unity Ads 3.5.0

Published by UnitySteven about 4 years ago

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-android - Unity Ads 3.4.8

Published by UnitySteven about 4 years ago

Bug Fixes:

  • Fix crash in Android API level 30 with getNetworkType
unity-ads-android - Unity Ads 3.4.6

Published by UnitySteven over 4 years ago

Bug Fixes:

  • InitializationState Out of Memory Crash
  • GooglePlayStore rejection due to unsafe SSL
  • readFileBytes crash
unity-ads-android - UnityAds 3.4.2

Published by TinaHanAtUnity over 4 years ago

Bug Fixes:

  • Fix FatalException from BufferredInputStream.Read() that occurs on some Android devices
unity-ads-android - Unity Ads 3.4.0

Published by UnitySteven almost 5 years ago

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