Amplitude-Flutter
Amplitude-Flutter copied to clipboard
User Properties values is empty - how fix it?
I use amplitude for my flutter project. I need values City, Country, Region, Device... I disabled CoppaControl:
await _analytics.disableCoppaControl();
but my User Properties is empty:

Fields "last seen" is updated, but I cannot see the values for any of the fields.

how do i fix it?
Hello, you don't need to call disabledCoppaControl to make those fields showing up. Coppa Control is OFF by default.
I don't know why those fields not showing up for you. Is it for all the event or just one specific event?