optimizely / swift-sdk

Swift SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
https://www.optimizely.com/products/full-stack/
Apache License 2.0
21 stars 30 forks source link

[FSSDK-9776] handle duplicate experiment key #523

Closed muzahidul-opti closed 8 months ago

muzahidul-opti commented 9 months ago

Summary

When duplicate experiment key found in the data file, SDK returns correct experiment map in OptimizelyConfig

Test plan

Issues

mikechu-optimizely commented 8 months ago

Can I use this as a reference for doing other language SDK updates?

muzahidul-opti commented 8 months ago

Can I use this as a reference for doing other language SDK updates?

Sure

mikechu-optimizely commented 8 months ago

Thanks for the lint fixes. This helps my need for meticulous code. 😄

Also thanks for the reference implementation for me to copy 😁