From 3b5ecb30afedf7c09aff9a5f21b929dcc2fd0d80 Mon Sep 17 00:00:00 2001 From: turtledreams Date: Thu, 2 Nov 2023 19:48:12 +0900 Subject: [PATCH 1/3] removed device id from calls goint to request queue --- CHANGELOG.md | 3 +++ app/src/main/res/layout/activity_example_remote_config.xml | 7 +++++++ .../main/java/ly/count/android/sdk/ConnectionQueue.java | 4 +--- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b826ebae5..52415ba25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 23.8.4 +* Mitigated an issue where the device ID was changed temporarily while exiting an AB experiment + ## 23.8.3 * Added a config method to set a time limit after which the requests would be removed if not sent to the server: 'setRequestDropAgeHours' * Added a call to enroll users to A/B tests when getting a remote config value: 'getValueAndEnroll' diff --git a/app/src/main/res/layout/activity_example_remote_config.xml b/app/src/main/res/layout/activity_example_remote_config.xml index 451119418..f475acd31 100644 --- a/app/src/main/res/layout/activity_example_remote_config.xml +++ b/app/src/main/res/layout/activity_example_remote_config.xml @@ -79,4 +79,11 @@ android:onClick="onClickRemoteConfigPrintValuesAndEnroll" android:text="Get all and enroll" /> +