I'm using fileTransfer.download method to retrieve PNG file from my server.
However when I try to download a file that doesn't exist, the API create a file (giving it the name passing in to the download method) on my phone's filesystem with a size of 0 bits.
Is this a normal behavior, I would expected no file creation upon error.
I can have some piece of code to manually delete the file but I'm wondering if this is really needed or if I'm misusing the API.
I'm using version 2.2.0
Thanks a lot.
Best Regards.
Florent.