optimizely / android-sdk

Android SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/android-sdk
Apache License 2.0
55 stars 39 forks source link

AD Blocker is blocking the data sync #427

Closed ercanpinar closed 2 years ago

ercanpinar commented 2 years ago

Sync data from Optimizely Issue on Android. if I have an AD blocker app like (https://play.google.com/store/apps/details?id=com.rucksack.adblock.anti_tracking&hl=en_AU&gl=US) installed and turned on on my device. Optimizely cannot get fresh data from Optimizely API. I have tested with the latest build (https://github.com/optimizely/android-sdk/releases) still no luck. When I delete the AD blocker app, it works.

jaeopt commented 2 years ago

@ercanpinar Thanks for sharing. We'll take a look.

jaeopt commented 2 years ago

@ercanpinar We traced back the source of the issue - the adblocker app includes optimizely.com domain in their blacklist unexpectedly. We'll follow up to clean the list.