sdk

Issue posting variable with iPhone SDK

Hey everyone, I am encountering an issue while posting a variable with Xcode: While running this code the app crashes while posting the variable to a webservice: NSArray *array = [stringFromFile componentsSeparatedByString: @","]; NSString *time = [array objectAtIndex:1]; UTCorLocal = time; NSLog(@"%@", UTCorLocal); UTCorLocal varia...

Barcode reader SDK for iPhone to read DataMatrix

Hi i have been looking for a long time to get a free sdk to read 2d datamatrix barcode for iPhone, i was successful in getting sdks for QR Code and all other 1D codes. I tried using ZXing (but this reads only QR codes) : also Big in japan's http://www.freebarcodescanner.com/ , but this is not able to read Datamatrix. ZBar which also...