Hi,
My app downloads images into the temporary directory and I am wondering how will iOS/Android app behave if a file with the same name already exists.
For example: The app downloaded an image named 1.jpg into the temporary folder. If another image is dowloaded later with the same name as 1.jpg, will it be overwritten?
thanks