I’m using display.save to make an image.
If I try to use network.upload to upload to Parse, the request times out.
Now, if I restart the simulator and instead hard code in the same file, it works.
This makes absolutely no sense, it’s the same information going in. Only thing I can think is that the newly created image is in memory or “too new.”
Thank you.