We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527b2d1 commit ece8990Copy full SHA for ece8990
Parse/Internal/File/Controller/PFFileStagingController.m
@@ -51,8 +51,7 @@ + (instancetype)controllerWithDataSource:(id<PFFileManagerProvider>)dataSource {
51
///--------------------------------------
52
53
- (NSString *)stagedFilesDirectoryPath {
54
- NSString *folderPath = [self.dataSource.fileManager parseLocalSandboxDataDirectoryPath];
55
- return [folderPath stringByAppendingPathComponent:PFFileStagingControllerDirectoryName_];
+ return [self.dataSource.fileManager parseCacheItemPathForPathComponent:PFFileStagingControllerDirectoryName_];
56
}
57
58
0 commit comments