I am cureently trying to save a png image from my ionic(v1) application.This works well in android but I have errors in iOS.
The error is
ERROR: Wrong type for parameter "uri" of resolveLocalFileSystemURI: Expected String, but got Null.
I am using the cordova file plugin . I am sensing something is wrong with the folder path.
var folderpath=cordova.file.applicationStorageDirectory;
Thanks
You might be able to fix this issue by deleting your platforms folder, or the files inside, and do a 'platform add' afterwards.
Steps to reproduce:
Following the steps above fixed the issue for me :).