Jon Lidgard

Results 2 issues of Jon Lidgard

## Description I have been trying to parse some bank statements using your code. Unfortunately the statement fields are not quoted text & the last field contains payee descriptions that...

`-(NSDate*) expiryDateForProduct:(NSString*) productId {` `NSNumber *expiresDateMs = self.purchaseRecord[productId];` **--->** `return [NSDate dateWithTimeIntervalSince1970:[expiresDateMs doubleValue] / 1000.0f];` `}` This line causes an exception if expiresDateMs == [NSNull null]; **Exception** "NSInvalidArgumentException", "-[NSNull doubleValue]:...