Non-Reward App
Non-Reward App Migration
Non-Reward App Migration
Project Setup
1
Project-level build configuration
Change the
daro-plugin dependency.Latest version
- daro-plugin :
2
Apply the DARO plugin to build.gradle(app)
3
Key file setup
- General
- If separate configuration per flavor is needed
- Delete
daro-services.jsonand downloaddaro-key.txtand add it as follows.
- Configure daroAppKey.
daro-key.txt can be downloaded from the DARO dashboard.daroAppKey can be found in the DARO dashboard.

4
Add Daro SDK dependency
The required SDK and versions change as follows.
Latest version
- daro-core :
- daro-a :
- daro-compose-util :
Both
daro-core and daro-a must be implemented.By adding the
daro-compose-util module dependency, you can use ads in Compose.Implementing Code
1
SDK initialization changes
The Daro SDK initialization method changes.
- The package for the Daro class has changed.
droom.daro.lib.Daro->droom.daro.Daro
- Instead of calling in a Coroutine, it can be called directly on the main thread.
2
Change Ad Unit ID used for ad loading
The Ad Unit ID used previously cannot be used in the new SDK.
Please get the new Ad Unit ID from the Daro dashboard and apply it to your code.
Please get the new Ad Unit ID from the Daro dashboard and apply it to your code.
Using the existing Ad Unit ID will cause ad loading to fail. Be sure to replace the Ad Unit ID.
3
Change ad implementation logic
Reward App
Reward App Migration
Reward App Migration
Project Setup
1
Project-level build configuration
Change the
daro-plugin dependency.Latest version
- daro-plugin :
2
Apply the DARO plugin to build.gradle(app)
3
Key file setup
- General
- If separate configuration per flavor is needed
- Delete
daro-services.jsonand downloaddaro-key.txtand add it as follows.
- Configure daroAppKey.
daro-key.txt can be downloaded from the DARO dashboard.daroAppKey can be found in the DARO dashboard.

4
Add Daro SDK dependency
The required SDK and versions change as follows.
Latest version
- daro-core :
- daro-m :
- daro-compose-util :
Both
daro-core and daro-m must be implemented.By adding the
daro-compose-util module dependency, you can use ads in Compose.Implementing Code
1
SDK initialization changes
The package for the Daro class has changed.
droom.daro.m.Daro->droom.daro.Daro
2
Change Ad Unit ID used for ad loading
The Ad Unit ID used previously cannot be used in the new SDK.
Please get the new Ad Unit ID from the Daro dashboard and apply it to your code.
Please get the new Ad Unit ID from the Daro dashboard and apply it to your code.
Using the existing Ad Unit ID will cause ad loading to fail. Be sure to replace the Ad Unit ID.
3
Change ad implementation logic

