Skip to content

Releases: potatojam/defold-ads-wrapper

1.1.0 Yandex Mobile Ads network

06 Dec 17:13
Compare
Choose a tag to compare

Added support for Yandex Mobile Ads SDK
It use next extension: https://github.com/osov/defold-yandex-sdk-ads
Thank you @osov for extension!

1.0.1 Added auto hide banner

07 Oct 14:53
Compare
Choose a tag to compare

Added the ability to automatically hide the banner if hide_banner was called after show_banner, but the banner did not have time to load. This can happen when the internet is slow and you don't want to track callbacks.

Added new parameter:

ads_wrapper.setup_banner(order, repeat_count, _banner_auto_hide)

Default: false

1.0.0 Applovin Max network and some changes

24 Aug 19:54
d6cdafd
Compare
Choose a tag to compare

Added Applovin Max network.
It use next extension: https://github.com/alexeyfeskov/defold-maxsdk
Thank you @alexeyfeskov for extension!

Fixed M.show_banner(callback) and M.hide_banner(callback) functions for networks.
Now they should call a function, not return a value.
⚠️ These functions need to be fixed if you use your own networks.

0.6.5 Fix for qa.po.ki

19 Jul 14:00
Compare
Choose a tag to compare

Sets the value poki_sdk.set_debug to true for debugging.

0.6.4 Fixed poki behavior with adblock

15 Jul 10:40
Compare
Choose a tag to compare

Callback was not called when adblock was enabled

0.6.3 Fixed poki adblock detection

13 Jun 06:37
Compare
Choose a tag to compare

Changed poki_sdk.is_adblock_active() to poki_sdk.is_ad_blocked()

0.6.2 Fixed load. Added features for more information

18 Apr 09:12
Compare
Choose a tag to compare

When loading, the pointer moved to the next network. For now, he remains on the network for which he loaded.
Now you can find out if the ad was loaded. Also get used networks.
Functions:
ads_wrapper.is_interstitial_loaded(check_current)
ads_wrapper.is_rewarded_loaded(check_current)
ads_wrapper.is_banner_loaded(check_current)
ads_wrapper.get_current_network(check_banner)
ads_wrapper.get_next_network(check_banner)

0.6.1 Fixed vk and readme

16 Apr 11:06
Compare
Choose a tag to compare

Added new version for Vk Bridge. Now Vk Bridge itself can limit the display

Added Readme and VkBridge

14 Apr 15:31
Compare
Choose a tag to compare

Written readme.md
Added VkBridge support
Some small improvements

Fixed admob messages

22 Mar 15:13
Compare
Choose a tag to compare

Sometimes admob messages could cause an error