Releases: defold/extension-admob
Updated to iOS pod version 11.5.0
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
Fix Banners
Updated SDKs: Android SDK 22.5.0 and iOS SDK 10.12.0
- Android SDK 22.5.0 (2023‑10‑30)
- iOS SDK 10.12.0 (2023‑10‑04)
- The extension uses cocoapods for ios
Fix callback error message
Fix error message about missing callback admob.setCallback()
. The extension uses admob.set_callback()
Added request agent to API calls
NEW: The extension will now set a request agent to all AdMob API calls to correctly attribute them to Defold and this version of the extension. This change has no impact on the performance of the extension, but will help business developers, publishers and others to attribute AdMob requests to Defold.
Upgraded build.gradle for compatibility with Gradle 7.x
FIX: The build.gradle is now compatible with Gradle 7.x and above (changing from deprecated compile
to implementation
)