Skip to content

The experimental data still exists after the experiment is closed #101

@Simplegood

Description

@Simplegood

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions