We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5069271 + b4e78e4 commit a09323cCopy full SHA for a09323c
README.md
@@ -292,6 +292,9 @@ policies.][attribution-data]
292
```objc
293
[adjustConfig setDelegate:self];
294
```
295
+
296
+As the delegate callback is configured using the `ADJConfig` instance, you
297
+should call `setDelegate` before calling `[Adjust appDidLaunch:adjustConfig]`.
298
299
The delegate function will get when the SDK receives final attribution data.
300
Within the delegate function you have access to the `attribution` parameter.
0 commit comments