issues
search
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
feat(ATS): add vuid manager
#431
Closed
jaeopt
closed
1 year ago
jaeopt
commented
2 years ago
Summary
Add VuidManager which will create and manage a vuid:
create a random vuid if it cannot be found in the device with the required format.
"vuid_" + 32 hexadecimal string (UUID with all "-"s removed).
all lowercases ("vuid_330e05cad15746d9af8a75b8d1050a87")
SDK will reuse the same vuid (saving to and retrieving from a persistent storage when the client application starts).
SDK will support a single vuid shared by multiple SDK instances (thread-safe)
ODP module added
Test plan
add unit tests
Issues
FSSDK-8548
Summary
Add VuidManager which will create and manage a vuid:
Test plan
Issues