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
@@ -48,12 +48,12 @@ To install the segment-appsflyer-ios integration:
48
48
49
49
**Production** version:
50
50
```ruby
51
-
pod 'segment-appsflyer-ios', '6.8.1'
51
+
pod 'segment-appsflyer-ios', '6.9.1'
52
52
```
53
53
54
54
**Strict mode SDK** version:
55
55
```ruby
56
-
pod 'segment-appsflyer-ios/Strict', '6.8.1'
56
+
pod 'segment-appsflyer-ios/Strict', '6.9.1'
57
57
```
58
58
Use the strict mode SDK to completely remove IDFA collection functionality and AdSupport framework dependencies (for example, when developing apps for kids).
59
59
@@ -65,7 +65,7 @@ Use the strict mode SDK to completely remove IDFA collection functionality and A
0 commit comments