我能够在android中使用文件传输插件并且能够下载文件,但它在ios中不起作用我正在使用this.file.documentsDirectory; for ios和android this.file.externalDataDirectory;我正在使用
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
config.xml
中的。我曾经使用过ios但它不起作用
<preference name="iosPersistentFileLocation" value="Compatibility" />
<preference name="iosPersistentFileLocation" value="Library" />
<preference name="iosExtraFilesystems" value="library,library-nosync,documents,documents-nosync,cache,bundle,root" />
如果有任何人可以帮忙解决这个问题,那就太棒了。