We are using App Measurement SDK for iOS and Android v 4.X for analyzing
our mobile app.Basic analysis is going good.But, eVar capturing is not
working.We create a Hash map to deliver context data, and set key and
string value on it.Then we call trackAction with it.Android code is like
below.>HashMap contextData = new HashMap<>();> String
sex = getStringSexForEvarData(firstCard.getCardSex());>
contextData.put("user.gender", sex);> String isAutoLogin =
getStringBooleanForEvarData(settings.getBoo...