From 04f7859ff9bcae90996cdb85a40709c58e1dab0f Mon Sep 17 00:00:00 2001 From: Margot Date: Wed, 23 Jun 2021 20:20:46 +0300 Subject: [PATCH 1/2] release 6.3.2 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d680f1d..64932a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Versions +## 6.3.2 + - iOS SDK 6.3.2 + - Android SDK 6.3.2 + -disableAdvertiserIdentifier support for Android added + ## 6.3.0 - iOS SDK 6.3.0 - Android SDK 6.3.0 From d92af44bd57d03381e58cee236ab93277e8b8627 Mon Sep 17 00:00:00 2001 From: af-margot <48682256+af-margot@users.noreply.github.com> Date: Wed, 23 Jun 2021 20:21:56 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b975374..c3892ff 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ In order for us to provide optimal support, we would kindly ask you to submit an - [setCustomerUserID](#setCustomerUserID) - [setCurrencyCode](#setCurrencyCode) - [waitForATTUserAuthorizationWithTimeoutInterval](#waitForATTUserAuthorizationWithTimeoutInterval) *(ios only)* - - [disableAdvertiserIdentifier](#disableAppleAdSupportTracking) *(ios only)* + - [disableAdvertiserIdentifier](#disableAppleAdSupportTracking) - [setShouldCollectDeviceName](#setShouldCollectDeviceName)*(ios only)* - [setAppInviteOneLink](#setAppInviteOneLink) - [anonymizeUser opt-out](#deviceTrackingDisabled) @@ -292,7 +292,7 @@ AppsFlyerX::setCurrencyCode(""); --- -##### **`disableAppleAdSupportTracking(bool): void`** *(ios only)* +##### **`disableAdvertiserIdentifier(bool): void`** | parameter | type | Default | description |