adjust-icon

Manage SKAdNetwork

StoreKit Ad Network (SKAdNetwork) is Apple’s framework for app install and reinstall attribution. This is the SKAdNetwork workflow:

  1. Apple gathers attribution information and notifies the relevant ad network.
  2. The network sends a postback with this information to Adjust.
  3. Adjust displays SKAdNetwork data in Datascape.

The Adobe AIR SDK communicates with SKAdNetwork by default, and registers for SKAdNetwork attribution upon initialization.

Disable SKAdNetwork communication

To disable the SKAdNetwork communication, call the disableSkanAttribution method on your adjustConfig instance.

adjustConfig.disableSkanAttribution();

What about the rest (conversion values, callback, etc)? See https://dev.adjust.com/en/sdk/flutter/features/skan

Tutorial