Automattic / Automattic-Tracks-iOS

Client library for tracking user events for later analysis
GNU General Public License v2.0
43 stars 12 forks source link

Crash on iOS 7 in TracksEvent validation #10

Closed astralbodies closed 9 years ago

astralbodies commented 9 years ago

Crash with the following code as containsString isn't available in iOS 7:

TracksEvent.m

    } else if ([(NSString *)*ioValue containsString:@"-"]) {

props to @koke