You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this API in order to disable the SK Ad network (request will be sent but the rules won't be returned).
459
+
460
+
_Example:_
461
+
```dart
462
+
appsFlyerSdk.disableSKAdNetwork(true);
463
+
```
464
+
---
455
465
### **Conversion Data and on app open attribution for older versions**
456
466
For plugin version `6.0.5+2` and below the user can access `conversionDataStream`, `appOpenAttributionStream` and `onDeepLinkingStream` to listen for events (see example app)
0 commit comments