Hi,I migrating to the latest version of analytics library v4.4. I am not
able to find a method to track an event with variables.-
(void)trackWithContextData:(NSDictionary *)contextData
variables:(NSDictionary *)variables;It seems like in 4.4v, there is no
support for variables evars and props.My client haven't provided Context
data values, all i am having is the evars and props. I am doing an
update to my existing version of the app. I cant afford any changes to
existing analytics integration.Th...