From b4e78e4b607e563bd20db608af193294e53bbf73 Mon Sep 17 00:00:00 2001 From: Simon Kendall Date: Fri, 13 Mar 2015 13:56:20 +0100 Subject: [PATCH] Clarify that delegates should be set in config --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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.