Skip to content

Releases: defold/extension-admob

Updated to iOS pod version 11.5.0

02 Jul 18:53
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fix Banners

07 Nov 13:30
Compare
Choose a tag to compare

Fix issues #36 and #37

Updated SDKs: Android SDK 22.5.0 and iOS SDK 10.12.0

07 Nov 09:10
Compare
Choose a tag to compare
  • 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

04 Nov 18:52
6aa4646
Compare
Choose a tag to compare

Fix error message about missing callback admob.setCallback(). The extension uses admob.set_callback()

Added request agent to API calls

13 Aug 07:50
Compare
Choose a tag to compare

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

11 Jul 05:46
Compare
Choose a tag to compare

FIX: The build.gradle is now compatible with Gradle 7.x and above (changing from deprecated compile to implementation)