We are moving to Discord!

Join us on the Countly Community Discord Server! Engage in discussions, share your feature ideas, and learn from fellow Countly users to build exceptional apps and experiences.

[Android] Users have NA as user custom property

Hi Countly team,

I'm using Countly SDK with version 22.06.0.

In Countly user dashboard, when using Drill, I see there are lots of NA values as user custom property.

It happened in all of my  user custom property.

The function that I am using is

fun sendUserAttributes(properties: Map<String, Any>) {
if (Countly.sharedInstance().isInitialized) {
Countly.sharedInstance().userProfile()?.let {
it.setProperties(properties.toMapString())
it.save()
}
}
}

and I don't use setUserProperties() function while app is initing.

So please help me figure out what the problem is? There are any wrong in source code from my side?

Thank you in advance.

0

Comments

1 comment

Please sign in to leave a comment.