Resolved! Deleting the custom user data from the AppD web console
Hi All, I am using the AppD in my mobile application. I tried to log the custom user data through the below lines from my code, Instrumentation.setUserData("KEY_USER_ID", "UID12345"); Instrumentation.setUserData("KEY_USER_NAME", "Johnson"); I can...