We have two Audiences based on the User Property which value is either true
or false
.
And we send different Push Notifications to these 2 Audiences.
At one point user's property value can be changed so I expect him to be deleted from one Audience and appear in another like it is described official docs:
Using Remote Config with Analytics audiences has some limitations when audiences are not based on user properties. Specifically, users become permanent members of an audience after they are assigned to it. With user properties, you can define them so that they are only temporarily true: users are assigned to an audience when the properties are true, and then removed from the audience when the properties are no longer true.
But in reality user stays in both Audiences and I receive both push notifications(dedicated to different Audiences) on the same device.
And same issue is experienced by others: Create audience based on dynamic user property
Is it a bug or am I missing/misunderstanding something?