Regarding the javaconvert method, the info plist size differs whether you build it for simulator or device. Don't forget to change to the device build plist size before the the final distribution build.
#define kInfoSize 500
//Place your NSLog Plist Size into the above Define statment
NSLog(@"File Size: %qi\n", [fileSize unsignedLongLongValue]);
|