damp-motorcycle-90184
03/21/2023, 7:11 AM"test-feature": {
"defaultValue": false,
"rules": [
{
"condition": {
"app_version": {
"$gte": "2.655.6"
}
},
"force": true
}
]
},
The weirdest part is sometimes it works, sometimes it doesn’t. Even when the app_version
attribute is the same.
FYI I’ve checked source
of GBFeatureResult
, when the condition rule doesn’t work, source
will be defaultValue
Any thoughts on this?fresh-football-47124
damp-motorcycle-90184
03/21/2023, 7:41 AMapp_version
is included in both the attributes we use to call GBSDKBuilderApp
and the updated attribute set. So it should be available to GrowthBook SDK all the time, no?
Or could this problem happen because the gap when we are setting the new attributes?fresh-football-47124
damp-motorcycle-90184
03/21/2023, 8:15 AM