Releases: potatojam/defold-ads-wrapper
1.1.0 Yandex Mobile Ads network
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
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
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.
0.6.5 Fix for qa.po.ki
Sets the value poki_sdk.set_debug to true for debugging.
0.6.4 Fixed poki behavior with adblock
Callback was not called when adblock was enabled
0.6.3 Fixed poki adblock detection
Changed poki_sdk.is_adblock_active() to poki_sdk.is_ad_blocked()
0.6.2 Fixed load. Added features for more information
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
Added new version for Vk Bridge. Now Vk Bridge itself can limit the display
Added Readme and VkBridge
Written readme.md
Added VkBridge support
Some small improvements
Fixed admob messages
Sometimes admob messages could cause an error