Releases: defold/extension-admob
Releases · defold/extension-admob
Major Admob SDK update and Banner fixes
Mediation support for Android
Fix `set_privacy_settings`
Added server side verification options when loading rewarded ads
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
Updated to iOS pod version 11.5.0
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
NEW: The extension now supports App Open Ads for both Android and iOS.
Added SkAdNetworkItems merge policy
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
- Android SDK 22.6.0 (2023‑12‑06)
- iOS SDK 10.14.0 (2023‑11‑29)
Add Rewarded Interstitial support
Added new API for Rewarded Interstitial units