Skip to content

Releases: defold/extension-admob

Major Admob SDK update and Banner fixes

21 Feb 09:50
eb0b0ec

Choose a tag to compare

  • Updated Android AdMob SDK to version 25.0.0 and iOS AdMob SDK to 13.0.0
  • Added SIZE_LARGE_ADAPTIVE_BANNER
  • Fix issue when Adaptive banner can be cropped in some cases

Mediation support for Android

26 Jan 18:40
decf1a4

Choose a tag to compare

  • Mediation support for Android (except Chartboost)

Fix `set_privacy_settings`

06 Dec 19:27

Choose a tag to compare

  • make sure that parameter passed into set_privacy_settings() is taken into account

Added server side verification options when loading rewarded ads

03 Dec 22:44
8ade83d

Choose a tag to compare

NEW: Added server side verification options when loading rewarded ads.

local options = {
   user_id = "someuserid",
   custom_data = "somecustomdata"
}
admob.load_rewarded(ad_unit_id, options)

SDK updated: Android:24.5.0, iOS:12.9.0

03 Sep 07:01
d9a7453

Choose a tag to compare

  • Updated Android SDK to 24.5.0
  • Updated iOS SDK to 12.9.0
  • ⚠️ Minimum supported Android version is now 23 (verify your game.project -> android settings)
  • ⚠️ Removed admob.SIZE_SEARCH and admob.SIZE_SKYSCRAPER from the extension

Updated to iOS pod version 11.5.0

02 Jul 18:53

Choose a tag to compare

NEW: Updated to iOS pod version 11.5.0. This version will include a PrivacyInfo.xcprivacy file in the bundle.

Added support for App Open Ads

02 Jul 12:46
d11bf56

Choose a tag to compare

NEW: The extension now supports App Open Ads for both Android and iOS.

Added SkAdNetworkItems merge policy

15 May 09:20
6bf5fe2

Choose a tag to compare

The Info.plist has been updated with a merge marker for the SkAdNetworkItems key so that the array is merged correctly if more than one extension defines SkAdNetworkItems. This merge functionality will work from Defold 1.8.2 and onwards.

Updated SDKs: Android SDK 22.6.0 and iOS SDK 10.14.0

17 Dec 08:57

Choose a tag to compare

  • Android SDK 22.6.0 (2023‑12‑06)
  • iOS SDK 10.14.0 (2023‑11‑29)

Add Rewarded Interstitial support

07 Nov 16:46

Choose a tag to compare