Apps for children

If you need your app to be COPPA compliant, call the setCoppaCompliantEnabled method on your AdjustConfig object. This method performs the following actions:

  • Disables third-party sharing before the user launches their first session.
  • Prevents the SDK from reading device and advertising IDs (e.g. idfa).
Objective-C
Swift
JavascriptWeb view
[adjustConfig setCoppaCompliantEnabled:YES];

You can disable this method by calling it with a false parameter.

Important:
Disabling the setCoppaCompliantEnabled method does not re-enable third-party sharing. You need to re-enable third-party sharing for the user.
Objective-C
Swift
JavascriptWeb view
[adjustConfig setCoppaCompliantEnabled:NO];