I'm seeing this error/warning in my tag setup code. I understand I need to change it, but is there an example of what I should be changing it to? What class or method to use instead? Where are device property tags listed?
NSMutableArray *tags = [UATagUtils createTags:UATagTypeTimeZoneAbbreviation | UATagTypeLanguage|UATagTypeCountry | UATagTypeDeviceType].mutableCopy;
Comments
1 comment