Skip to content

Commit a09323c

Browse files
committed
Merge pull request #85 from adjust/update_readme_on_delegates
Clarify that delegates should be set in config
2 parents 5069271 + b4e78e4 commit a09323c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,9 @@ policies.][attribution-data]
292292
```objc
293293
[adjustConfig setDelegate:self];
294294
```
295+
296+
As the delegate callback is configured using the `ADJConfig` instance, you
297+
should call `setDelegate` before calling `[Adjust appDidLaunch:adjustConfig]`.
295298
296299
The delegate function will get when the SDK receives final attribution data.
297300
Within the delegate function you have access to the `attribution` parameter.

0 commit comments

Comments
 (0)