unity-ads-android

Unity Ads SDK for Android

OTHER License

Stars
224
Committers
11

Bot releases are hidden (Show)

unity-ads-android - Unity Ads 4.12.3

Published by DeclanMcPartlin 30 days ago

Changelog can be viewed here

unity-ads-android - Unity Ads 4.12.2 Latest Release

Published by DeclanMcPartlin 2 months ago

Changelog can be viewed here

unity-ads-android - Unity Ads 4.12.1

Published by DeclanMcPartlin 4 months ago

Changelog can be viewed here

unity-ads-android - Unity Ads 4.12.0

Published by DeclanMcPartlin 5 months ago

Changelog can be viewed here

unity-ads-android - Unity Ads 4.11.3

Published by DeclanMcPartlin 5 months ago

Changelog can be viewed here

unity-ads-android - Unity Ads 4.11.2

Published by DeclanMcPartlin 6 months ago

Changelog can be viewed here

unity-ads-android - Unity Ads 4.11.1

Published by DeclanMcPartlin 6 months ago

Changelog can be viewed here

unity-ads-android - Unity Ads 4.11.0

Published by DeclanMcPartlin 6 months ago

Changelog can be viewed here

unity-ads-android - Unity Ads 4.10.0

Published by DeclanMcPartlin 7 months ago

Changelog can be viewed here

unity-ads-android - Unity Ads 4.9.3

Published by alex-crowe 8 months ago

Changelog can be viewed here

unity-ads-android - Unity Ads 4.9.2

Published by alex-crowe 12 months ago

Changelog can be viewed here

unity-ads-android - Unity Ads 4.9.1

Published by alex-crowe about 1 year ago

Changelog can be viewed here

unity-ads-android - Unity Ads 4.9.0

Published by alex-crowe about 1 year ago

unity-ads-android - Unity Ads 4.8.0

Published by alex-crowe over 1 year ago

  • Added the onBannerShown callback method so publishers using third-party mediation to get more accurate banner impression reporting.

An up to date changelog can be viewed here: https://docs.unity.com/ads/en-us/manual/Changelog#Version_4.8_-_released_2023-06-27

unity-ads-android - Unity Ads 4.7.1

Published by alex-crowe over 1 year ago

An up to date changelog can be viewed here: https://docs.unity.com/ads/en-us/manual/Changelog#Version_4.7.1_-_released_2023-05-08
Please note, Java 8 is a minimum requirement for adding the Unity Ads SDK to your project starting in SDK 4.7.0
For more information please go here

unity-ads-android - Unity Ads 4.7.0

Published by alex-crowe over 1 year ago

An up to date changelog can be viewed here: https://docs.unity.com/ads/en/manual/Changelog#Version_4.7.0_-_released_2023-05-02

Please note, Java 8 is a minimum requirement for adding the Unity Ads SDK to your project starting in SDK 4.7.0
For more information please go here

unity-ads-android - Unity Ads 4.6.1

Published by alex-crowe over 1 year ago

Changed

Reduced network requests.

Note: Unity Ads has introduced new dependencies as of SDK version 4.5.0. Manually including the linked aar, will lead to runtime errors if dependencies are not properly resolved. It is recommended to use a package management system such as Gradle to handle dependency management. Integration steps can be found here: https://docs.unity.com/ads/en/manual/InstallingTheAndroidSDK

unity-ads-android - Unity Ads 4.6.0

Published by alex-crowe over 1 year ago

Feature

  • Improved Banner life cycle performance.

Bugfix

  • Fixed a NullPointerException when Application Context is null for cached directory file path.

Note: Unity Ads has introduced new dependencies as of SDK version 4.5.0. Manually including the linked aar, will lead to runtime errors if dependencies are not properly resolved. It is recommended to use a package management system such as Gradle to handle dependency management. Integration steps can be found here: https://docs.unity.com/ads/en/manual/InstallingTheAndroidSDK

unity-ads-android - Unity Ads 4.5.0

Published by alex-crowe almost 2 years ago

Feature

Reduced number of requests that take place during initialization
This release introduces new a dependency on Kotlin
Improved handling of timers when dealing with app being placed in background

Bugfix

Fixed a crash that can occur during video playback when Media Player is in an invalid state

Note: Unity Ads has introduced new dependencies as of SDK version 4.5.0. Manually including the linked aar, will lead to runtime errors if dependencies are not properly resolved. It is recommended to use a package management system such as Gradle to handle dependency management. Integration steps can be found here: https://docs.unity.com/ads/en/manual/InstallingTheAndroidSDK

unity-ads-android - Unity Ads 4.4.1

Published by alex-crowe about 2 years ago

Feature

  • Add experiment to remove required gesture for media playback
  • Generate game session id and save to storage

Bugfix

  • Fix ConfigurationReader if no remote nor local file are present. (#432)
  • Fix potential crash in some flavour of Android 8.1 where TimeZone API has issues. (#433)
  • Remove false error log message when missing applied rule for experiment object (#440)