I am using develephant’s modparse module to upload an image taken on a device to parse class.
Everything works great in the simulator using the webcam to capture the image, and then successfully sending it to parse. However, when testing on an iPhone, this does not work. I am saving the image to the documents directory, then referencing it in the upload function. There are no errors and I have tested that the image does exist in the documents directory. The device builds seems to simply ignore the upload process…
Is there something I am missing in regards to iOS images versus simulator (mac) builds? I am thinking it has to do something with the size or type of the image, due to the iSight camera on a mac being a lower image size. The other information I am uploading works fine, like text and numeric values.
I have built a temporary “console” window in the app to provide debugging feedback in device builds, but still not much luck.
It might be something simple, that the community here can share with me. Please share your thoughts.