Hi, can anyone tell me ,if when u use `setForcedVa...
# sdk-swift
b
Hi, can anyone tell me ,if when u use
setForcedVariation
function, the trackingCallback is called after getting the results of the experimento via forcing the variation?
c
Hi @brave-controller-43565. Please let us check that.
b
Perfect, also if its not calling can be posible make a log saying that a forced value has been setted? Like its going to be in Kotlin SDK?
f
Hi @calm-dog-24239, apparently when forcing variations
context.trackingClosure(experiment, result)
is never called and is a scenario we would like to be notified of. Like @brave-controller-43565 said, can we add in the swift sdk a log like Kotlin library will, to notify this flow?
🙌 1
c
When we have a forced value, the experiment result is returned right away, without any evaluation. We’ve added some logs for this case, so you can see which experiments have forced values and what those forced values are.
2
f
Ok @calm-dog-24239 , let me know when you can publish a new version with the logs. Thanks 😃
any news @calm-dog-24239?
c
Hi @fast-photographer-59371. Here is a pull request with that. As for release we need to discuss that with @freezing-postman-69602 when we will be able to make a release with that.
👍 1