Hi all,
My app does this:
_Takes a picture;
_Converts it to base64;
_Saves it (and other information) on a SQLite database;
_Query the database for non-sync rows
Next, it should sync the info with a webservice saving it on a MySQL database.
Almost everything is running well, the info are being sinced, but when I put the blob info to be synced together, it fails.