mirko77 commented on issue #210: URL: https://github.com/apache/cordova-plugin-media-capture/issues/210#issuecomment-2517749564
@breautek > we will be using the app's private cache directory. Could you confirm if this means explicitly forcing files to be saved in `cordova.file.cacheDirectory`? Based on our experience, we’ve found this directory to be unreliable on both Android and iOS. While documentation suggests it is suitable for temporary files, we’ve encountered numerous reports from thousands of users over the years indicating otherwise. The issue manifests as `code: 1` (file not found), often just moments after a file is saved. Unfortunately, despite extensive debugging, we’ve never been able to reproduce this issue ourselves. However, since we started using a custom cache folder within `cordova.file.dataDirectory`, we have not received a single such report. We wanted to share this observation as it might be helpful for any implementation decision. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org