COPPA
For purposes of the Children's Online Privacy Protection Act (COPPA) there is a setting called childDirectedTreatment. If your app is designed for kids you can disable sending user data to ad networks by calling the method below.
Should be called before the SDK initialization.
- Swift
- Objective-C
Appodeal.setChildDirectedTreatment(true)
[Appodeal setChildDirectedTreatment: YES]