From 6a88dae4298fe23aeadca1abad5756873f3c98ea Mon Sep 17 00:00:00 2001 From: af-margot <48682256+af-margot@users.noreply.github.com> Date: Tue, 27 Jul 2021 15:08:39 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index abf2ecc..31d4319 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,12 @@ To install the segment-appsflyer-ios integration: **Production** version: ```ruby -pod 'segment-appsflyer-ios', '6.3.2' +pod 'segment-appsflyer-ios', '6.3.4' ``` **Strict mode SDK** version: ```ruby -pod 'segment-appsflyer-ios/Strict', '6.3.2' +pod 'segment-appsflyer-ios/Strict', '6.3.4' ``` Use the strict mode SDK to completely remove IDFA collection functionality and AdSupport framework dependencies (for example, when developing apps for kids). @@ -64,7 +64,7 @@ Use the strict mode SDK to completely remove IDFA collection functionality and A **Production** version: ```ogdl -github "AppsFlyerSDK/segment-appsflyer-ios" "6.3.2" +github "AppsFlyerSDK/segment-appsflyer-ios" "6.3.4" ```