(no title)
lucasar | 5 years ago
Offending code :
if (restrictiveParams[eventName][@"is_deprecated_event"]) {
[deprecatedEventSet addObject:eventName];
}So, the iOS library does not check for nil, and whatever the server is returning does not have the expected content. Lame.
bryansum|5 years ago
K0nserv|5 years ago