Releases: Veittech/UnigramAds
Releases · Veittech/UnigramAds
UNIGRAM ADS 1.0.5
UNIGRAM ADS 1.0.4
CORE UPDATE:
- Added native ad status event tracking for
AdsGramandAdSonarnetworks.
NEW FEATURES:
- Added test mode activation for
AdsGramnetwork via.SetTestMode()setting during SDK initialization, - Added
Dispose()function for all ad types to successfully unsubscribe from native events and avoid unnecessary memory allocation, - Added
OnLoadedandOnClosedevents to track the status of any ad type until the end of its display, - Added
OnShownandOnRewardedevents to get the result of successful display of any type of advertisement, - Added
OnTryNonStopWatch,OnShowExpiredandOnLoadFailedevents to track the unsuccessful display status of any ad type (some events are ad network specific, please refer to the documentation to find out the dependencies).
OTHER UPDATES:
- Replaced the event name
OnShowFinishedwith the newOnShown.
IMPORTANT: due to the peculiarities of some ad banners from the AdSonar network, it is recommended to use the OnRewarded event instead of OnShown to avoid problems with tracking the status of "successful view" of rewarded ads completely.
UNIGRAM ADS 1.0.2
NEW FEATURES:
- Combined the logic of ad block removal for different networks into one method.
BUG FIXES:
- Fixed
Maximum call stack size exceededbug related to a looped event call when trying to get the result of a successful ad show.
UNIGRAM ADS 1.0.1
NEW FEATURES:
- Added support for
Unity 2023 and higherwhen calling native bridge methods to libraries. - Added the ability to display
interstitialandreward adsin the AdsGram network after initialization.
UNIGRAM ADS 1.0.0
CORE UPDATE:
- Added bridge for calling native ads via
AdsSonarlibrary, - Added bridge for calling native ads via
AdsGramlibrary.
NEW FEATURES:
- Implemented logic for showing
interstitialandrewardads for AdSonar bridge, - Implemented logic for showing
interstitialORrewardads for AdsGram bridge