Skip to content

Releases: AGulev/defold-extension-unity-ads

Updated UnitySDK to 3.7.5

21 Jul 20:39
Compare
Choose a tag to compare
  • Updated UnitySDK to 3.7.4

DefVideoADS 4.0.1

14 Jul 06:01
Compare
Choose a tag to compare

Updated UnitySDK to 3.7.4

DefVideoADS 4.0.0

04 Jul 19:39
531b00b
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Lua style API with underlines (for example unityads.is_ready(placement_id) intend of unityads.isReady(placementId))
  • New callback format with message_id and message.event and better error handling

NEW:

  • New parameter enable_per_placement_load in unityads.initialize() - this parameter allows loading content for a specific Placement prior to displaying it using load(placement_id) method
  • New unityads.load(placement_id) method for loading ads manually (works only if enable_per_placement_load is true)
  • New unityads.request_idfa() method to request showing of IDFA popup on iOS before initialization of SDK. On Android it always fires callback with MSG_IDFA/EVENT_NOT_SUPPORTED

DefVideoADS 3.7.3

20 Jun 11:56
Compare
Choose a tag to compare

ADD: New items in SKAdNetworkItems

DefVideoADS 3.7.2

27 May 21:18
Compare
Choose a tag to compare

BREAKING CHANGE: Minimum Android SDK Version is 19
UPDATE: UnityADS SDK updated to v3.7.2 iOS changes / Android changes
CHANGE: Use Gradle for Android SDK instead of jar file

DefVideoADS 3.7.1

24 Apr 08:41
Compare
Choose a tag to compare
  • UnityADS SDK updated to v3.7.1.
  • Updated plist with new SKAdNetworkIdentifier

DefVideoADS 3.5.3

28 Mar 20:39
Compare
Choose a tag to compare
  • Include all the Unity ADS networks in SKAdNetworkItems #19
  • New option in 'game.project' 'unityads.tracking_usage_description' (optional) to use in 'NSUserTrackingUsageDescription' #18

DefVideoADS 3.5.2

21 Feb 11:11
ded90db
Compare
Choose a tag to compare

Apple has recently announced that all SKAdNetworkIDs must be in lower case to work properly in the new ATT framework.

DefVideoADS 3.5.1

14 Nov 18:11
Compare
Choose a tag to compare

UPDATE: UnityADS SDK updated to v3.5.1.

In order for ads to be served and measured properly with iOS14 changes coming in 2021, you will need to update to 3.5.1. Unity recently discovered a bug in the SKAdNetwork functionality in 3.4.8 and 3.5 that prohibits these versions from correctly passing SKAdNetwork.

DefVideoADS 3.5.0

05 Oct 20:10
8d2a22c
Compare
Choose a tag to compare

UPDATE: UnityADS SDK updated to v3.5.0 (More info about the update on ios and on android)
ADDED: New callback type for initialization result