Non-Reward App
Non-Reward App Migration
Non-Reward App Migration
Project Setup
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.

Implementing Code
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.
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.
Reward App
Reward App Migration
Reward App Migration
Project Setup
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.

Implementing Code
SDK initialization changes
The package for the Daro class has changed.
droom.daro.m.Daro->droom.daro.Daro
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.

