Hi,
We are currently using GrowthBook iOS version 1.0.71. We noticed that an experiment turned off in early May is still generating data by the end of May, and the data volume hasn’t decreased gradually in iOS. Below is our relevant code snippet:
self.init( growthbook: GrowthBookBuilder( apiHost: “https://cdn.growthbook.io/”, clientKey: “xxx”, attributes: [“xxx”: “xxx”], trackingCallback: { experiment, result in let params = [ “experiment_Id”:experiment.key, “variation_Id”: result.key ] log(“log_event”, params) } ).initializer() )
The data is not decreasing, instead, it's showing an upward trend. We cannot reproduce this issue in offline environments, and the experiment isn't visible in the configurations distributed via cdn.growthbook.io.