diff --git a/README.md b/README.md index 66ec14665..66c50b7b0 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,9 @@ policies.][attribution-data] ```objc [adjustConfig setDelegate:self]; ``` + +As the delegate callback is configured using the `ADJConfig` instance, you +should call `setDelegate` before calling `[Adjust appDidLaunch:adjustConfig]`. The delegate function will get when the SDK receives final attribution data. Within the delegate function you have access to the `attribution` parameter.