【发布时间】:2016-10-01 09:14:30
【问题描述】:
无法在 iOS 中删除存储文件。以下在 android 中有效,但 img 每次在 iOS 中都会显示。
FileSystemStorage.getInstance().deleteRetry(FileSystemStorage.getInstance().getAppHomePath() + "profile.png", 1);
我尝试了以下方法,但它们也不能在模拟器中工作
Storage.getInstance().deleteStorageFile(FileSystemStorage.getInstance().getAppHomePath() + "profile.png");
Storage.getInstance().deleteStorageFile("profile.png");
文件存储如下:
URLImage.createToStorage(placeholderForProfile, "profile.png",au.profileImgUrl + getUserProfileImg, ada);
【问题讨论】:
标签: codenameone