Skip to main content

Daro SDK

2026-07-29
Changelog
  • Improved DARO SDK stability.
2026-07-29
Changelog
  • Improved DARO SDK stability.
2026-07-14
Changelog
  • Added privacy compliance APIs for GDPR/CCPA/COPPA (setGdpr / setCcpa / setCoppa).
  • Unified error handling — introduced unified error codes (DaroError / DaroErrorCode) and a new onAdLoadFail(DaroError) callback that reports load failures with the same code regardless of ad demand source (the previous onAdLoadFail(DaroAdLoadError) callback is deprecated).
2026-07-06
Changelog
  • Improved DARO SDK stability.
2026-07-03
Changelog
  • Improved the app mute (setAppMuted) feature.
  • Improved DARO SDK stability.
2026-06-22
Changelog
  • Fixed a dependency resolution error
2026-06-22
Changelog
  • Improved DARO SDK stability.
2026-04-28
Changelog
  • Added support for customizing AdChoice position in native ads
2026-04-23
Changelog
  • Improved DARO SDK stability.
2026-04-17
Changelog
  • Improved DARO SDK stability.
2026-04-02
Changelog
  • Improved DARO SDK stability.
2026-03-19
Changelog
  • Improved DARO SDK stability.
2026-03-10
Changelog
  • Added retry logic for DARO SDK initialization failure.
  • Improved DARO SDK stability.
2026-03-06
Changelog
  • Fixed SDK to no longer include location permissions (ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCATION).
2026-03-05
Changelog
  • Fixed an issue where SDK initialization failed on fresh installs.
2026-03-05
Changelog
  • Migrated from Gson to Kotlin Serialization
  • Removed kotlin-reflect library
2026-02-27
Changelog
  • Added Daro CustomEvent Adapter to daro-a sdk.
2026-02-19
Changelog
  • Fixed a crash that occurred when requesting native ads through DaroNative (compose-util) before Daro.init(), and modified to deliver the error message via the onAdLoadFail callback instead.
2026-02-06
Changelog
  • Fixed an issue where calling grantGdpr(…) before initializing DaroSDK caused a UninitializedPropertyAccessException.
2026-02-03
Changelog
  • Fixed a crash that occurred when requesting ads via NativeAdView before DaroSDK initialization.
  • Accordingly, the return type of DaroNativeAdBinder.fromTemplate(…) method has been changed to nullable.
2026-01-29
Changelog
  • Fix issue where DaroAppOpenAdManager package path could not be found.
2026-01-28
Changelog
  • AppOpenAd are now managed through DaroAppOpenAdManager for ad requests and display.
  • Bump ad demand SDK versions.
  • Fix potential crashes that could occur when refreshing Banner and NativeAd.
2025-12-29
Changelog
  • Internalized daro-core module and improved the stability of daro-a SDK initialization.
  • Fixed an issue where DaroBannerAdView and DaroNativeAdView could trigger excessive ad requests within scrollable layouts.
  • Update consumer-rules.pro / proguard-rules.pro
  • Breaking Change
    • Renamed setAppMute(…) to setAppMuted(…)
    • Package path change: droom.daro.Daro → droom.daro.a.Daro
2025-12-18
Changelog
  • Remove force to WorkManager version 2.10.1 (revert 1.3.6)
2025-12-09
Changelog
  • Fix: Bump WorkManager version 2.10.1 to prevent TooManyRequestsException crashes.
2025-11-21
Changelog
  • Support `setAppMute(…) methods.
  • Support for core 1.3.8 대응
2025-11-18
Changelog
  • New Ad Format “App Open Ad” Support
  • Support for core 1.3.6-beta02
2025-10-29
Changelog
  • Remove MobileFuse Adapter
2025-10-21
Changelog
  • Remove Smaato Adapter
2025-09-12
Changelog
  • Disabled applovin debugger
2025-09-04
Changelog
  • Support for core 1.3.0
2025-09-02
Changelog
  • Additional fix for intermittent crashes during Native image bitmap processing
  • Additional handling for callback not received issues in specific networks for Interstitial and Rewarded
2025-08-29
Changelog
  • Additional handling for intermittent crashes during Native image bitmap processing
2025-08-11
Changelog
  • Handled intermittent crashes during Native image rendering
2025-08-05
Changelog
  • Addressed intermittent Daro SDK init failure
2025-07-18
Changelog
  • Added CCPA and COPPA support
2025-07-16
Changelog
  • Changed min sdk version to 23
  • Added ad demand sources
  • Minor bug fixes
2025-07-03
Changelog
  • mavenCentral initial deployment

Daro SDK Plugin

2026-01-28
Changelog
  • Removed some ad demand SDK related options
2025-09-23
Changelog
  • Improved RN plugin application failure issue
2025-09-05
Changelog
  • Added integration to also read android-daro-key.txt
  • Fixed minor bug related to multi-flavor application
2025-09-01
Changelog
  • Added multi-flavor support
2025-08-25
Changelog
  • Added agp 7.4.2 support
2025-08-22
Changelog
  • Downgraded to jdk 11
2025-08-11
Changelog
  • Added buildFlavor-specific appKey application logic
2025-07-22
Changelog
  • Added buildFlavor-specific appKey application logic
2025-07-08
Changelog
  • Changed namespace from droom.daro to so.daro
2025-06-11
Changelog
  • Added plugin to read daro-key.txt

Migration Guide for 0.x.x

The 0.x.x SDK version has many changes including SDK initialization, ad unit configuration, and addition of new ad formats. For details, please refer to the following document: