Multiple Assignment Events from Kotlin SDK
Hey 👋 We are currently evaluating GrowthBook in our mobile app and were wondering if having multiple assignment events per user and experiment is expected?
The
trackingCallback
(in initialize https://docs.growthbook.io/lib/kotlin) is called every first time a feature flag is “requested” from the sdk, killing the app and restarting will trigger a new callback call and send a new assignment event to our data warehouse.
I assume we can later on just run a
min(timestamp)
on the assignment events, but I would like to double check that this is expected 😊