Hi, guys.
I have a problem. For my test I need to upload file (photo). I can not use standard photos from gallery, because I need file with size less than 10mb.
So I upload file to iOS simulator using pushFile() method.
But how I can delete this photo after test? Because every test run new file added to gallery as well.
I don’t see any deleteFile() method. Is this possible?
Thanks!