The nsdocumentsdirectory tag has no wiki summary.
0
votes
0answers
6 views
Does not replace the existing image in NSDocumentsDirectory
It does not replace the existing image. When I query it from the code I get the old image itself. Is there anything I am doing wrong? Following is my code.
NSArray *paths = ...
0
votes
2answers
37 views
Storing the wrong image filepath in Sqlite database. Objective C, iOS
I have a sqlite database in which I can store images and data and then display it in a ViewController to edit.
I don't have a problem with storing the path in my database.
I am having some trouble ...
0
votes
2answers
38 views
File in documents Directory after deletion
I created an sqlite file[or any file] in documents directory in ios device.If i removed the app (delete) from the device this file stays or get removed?
-1
votes
0answers
28 views
iCloud , UIDocument or NSFileManager work when NSDocumentDirectory saved
I am new in iCloud , I want save on mp3 in iCloud after this function.
Here is the code for saving NSDocumentDirectory.
NSArray *documentPath = ...
0
votes
0answers
43 views
Saving and loading an apps sql database
I'd like to create a routine for the user to save their current version of my app's sqlite database into an app-specific folder in NSDocumentsDirectory, and then to generate a file list of saved sql ...
-6
votes
0answers
45 views
COCOS2D | Skeleton Animation from Documents Directory [closed]
I need to load skeleton animation files (XML,Spritesheet) from documents directory.
Basically I need to run skeleton animation from server and these files are downloaded in documents directory. so ...
0
votes
1answer
48 views
how to email file from documents directory of iphone app
I am saving file documents directory after that i want to send that file in email but problem is that it doest not get attached i think problem is due path conflict or anything else here is the code ...
-1
votes
0answers
19 views
What is the best tou save files in Supporting Files or in Documents directory?
I want to ask
what is better to save files and resources downloaded from web server ( that we will display in the iphone application ) in Documents by using NSDocumentationDirectory or in ...
1
vote
0answers
36 views
Password protecting files in NSDocumentsDirectory
Hi I asked a question earlier and could not get a perfect answer for it.
So let me ask this question once more, I have a requirement where I will be password protecting all my files in the ...
-1
votes
2answers
195 views
Encrypting or protecting files stored in iOS app's NSDocumentsDirectory
I have a custom requirement in one of my products and I need to protect or encrypt files that are stored inside the NSDocumentsDirectory folder. Even if these documents are mailed (The app has the ...
1
vote
0answers
72 views
How to play sound from /Documents/ directory using CDSoundEngine and Cocos2d 2.0
I'm using CDSoundEngine to record sounds and save them in the users /Documents/ directory. It works fine...if I go to the iPad simulator's library the sounds are there...
My problem is that they do ...
-1
votes
1answer
92 views
Encoded NSData for a url not saving to the documents directory
I'm trying to save a html page locally on the iPhone's documents directory so I can load the page if the phone is in an offline state
My issue is when I call my NSData object directly to be written ...
0
votes
1answer
107 views
Write file to NSDocument directory show UIProgressView in iPhone?
I have a pdf file from server.
Then I need to load the file to NSDocument directory path and its working fine, but i want to show UIProgressView for store each bytes. How to do this , please help me
...
0
votes
1answer
193 views
How can I save a user selected image (Zbar Scanner) inside apps Documents folder
So I have 2 views, one of them is a UITableVew where a user can populate cells by adding them. The second view is the information when they add them (Name, date, company and a place to scan a ...
0
votes
1answer
75 views
Display images from documents directory
I'm using the following method to display images in an AQGridview:
DataModel.m:
-(id)initWithCaption:(NSString*)theCaption andImage:(UIImage*)theImage andURLRequest:(NSURLRequest *)theURLRequest
{
...
0
votes
0answers
109 views
NSFileManager defaultManager fileExistsAtPath:filepath isDirectory:&isDir not properly working?
I have images and three directories in document directory and I am getting of of them as listed below in sample code
- (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView ...
1
vote
1answer
119 views
Copy images from an app to Documents Directory and rewrite them after it
I have an app where I have a certain amount of .jpg pictures (roughly 300). They serve as something to start with, because they're actually located in the internet, but obviously it's more convenient ...
0
votes
1answer
58 views
NSDocument Saving audio And Vidoes Files
I have an ios App That has Download Feature for Audio and Video Files The Question Is Where Should I Download These Files And How ?
0
votes
2answers
168 views
NSDocumentDirectory - write to & read from file
This is the code used to write to a file from contents of UITextFields (name,addr,contactNumber,email).
NSDictionary *userDict = [NSDictionary dictionaryWithObjectsAndKeys:
...
1
vote
1answer
73 views
where to store 100s of images in iPad photo app
i am working on a iPad photo app, where i have to download 100s of images from web and have to store in app locally so that i can access it even if there are no internet connection. So for now i have ...
0
votes
4answers
80 views
how to read files from directory
i got a project that someone else write.
the project saves video file in this path,file://localhost/var/mobile/Applications/CAC8F2CB-1C7D-4805-BF1A-42B63B258E95/Documents/output.mp4
i want to play ...
-2
votes
1answer
113 views
How to Retrieve Multimedia data from Remote server and store document directory using Objective c
Hi every One I am new to iPhone. I am retrieving data from remote server with using nsurlconnection and json parser..I am downloaded only one file from the server and i stored in documents path. But ...
2
votes
4answers
211 views
How to get the list of directores in NSDocumentDirectory?
I have created some directories in NSDocumentDirectory as
if (![tbxCreateFolder.text isEqualToString:@""]) {
NSArray *arrPaths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, ...
1
vote
1answer
135 views
NSDocument Directory path issue in iPad?
I am working in iPad application, Using Xcode 4.3.2 to develop my app, i have get the pdf file (URL) from web service and that pdf file download in NSDocumentDirectory path then retrieve the pdf file ...
0
votes
0answers
65 views
How to Edit the files like .doc , .xls,.rtf,.pdf in iphone app [closed]
right now i am able to add .doc, .xls, folder and i am able to open those files in preview controller and what i want to do is 1)edit those files and save again ,2)how can i view the folder contents .
...
3
votes
1answer
195 views
Rejected by apple due to the sqllite db in documents folder
I have sqlite db using FMDB wrapper that puts the db in documents folder on launch. User can also upload files through itunes in documents folder.
But appstore rejected the app as following:
When ...
-1
votes
1answer
76 views
How to delete files from a folder which is placed in documents folder
I want to delete the files which are placed in a folder(inside documents folder) of documents directory.
I just listed or displayed all those files on the table view , can anybody tell me how can i do ...
0
votes
1answer
142 views
Unable to play movie from document directory in iOS
I have this function to write NSData to document dictionary -
- (void)writeData
{
NSString *str = @"http://labs.widespace.com/resources/banner/ikea/verkligheten/video.m4v";
NSArray *paths = ...
0
votes
0answers
99 views
Always use images from documents Directory iOS/Xcode
I have a question about the documents directory...
I want to make an app with inApp Purchases.
There will be a CollectionView with populates with arrays of "names" and "image names".
Something like:
...
-3
votes
3answers
329 views
ios - removing any file, but not all files from the Document Directory
I have this code, which allows me to specify a particular file to be deleted from my documents directory.
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, ...
0
votes
3answers
143 views
unable to omit @“.DS_Store” file while fetching contents of Document Drectory
I am working on storing a list of audio files into my document directory and then fetching them.
It gives me a list of audio files along with this it gives me a file with name @".DS_Store". While ...
0
votes
0answers
103 views
QLPreviewController not displaying files of documents directory
i have some files like text,xls,png,pdf in documents directory and all those are displaying on table view when i click on particular file its getting break when it reaches to
- ...
0
votes
2answers
374 views
Apps must follow the iOS Data Storage Guidelines or they will be rejected in app that contains .sqlite3
I created an ebook app and my app contains a lot of images and pdf files
I was putting the downloaded images in /Library/Caches and putting the pdf files and .sqlite3 file in /Documents
now my app ...
0
votes
1answer
399 views
How can I make a folder in NSDocument directory where I can save all the photos and delete the data from same folder when I want?
I have a tableView where for each cell I'm getting an image url string and I'm saving all data in the NSDocument directory.
I want to store all the data in folder made in the NSDocument directory and ...
0
votes
0answers
61 views
Cant Store recorded big size Video into NSDocumentDirectory
i use AVcamDemo(apple provided using AVfoundation) to record video from camera and save to local NSdocument directory .it works fine for only small size videos(less than 2 minutes).if i will take more ...
1
vote
1answer
56 views
Do files in NSDocumentDirectory transfer when user upgrades iPhone
I have an app that saves user entered information to the NSDocumentDirectory. On issue that people are having is when they upgrade their iPhone to iPhone 5, the information in their old ...
0
votes
3answers
314 views
IOS: delete a file in a directory
In my app I download a pdf file with an ASiHttpRequest and I have these instructions:
NSString *documentsDirectory = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) ...
2
votes
2answers
493 views
Retrieve file creation or modification date not operating as expected
I'm using this piece of code to try to retrieve the last modified date of a file:
NSError *error = nil;
NSDictionary *attributes = [[NSFileManager defaultManager] attributesOfItemAtPath: myFilePath ...
0
votes
2answers
49 views
Is it possible to provide userfiles within an .IPA?
I have an IPA that I want to distribute to users. The IPA includes some user data that should be moved to the documents directory on the first install.
My problem is that I can copy the files from ...
0
votes
2answers
215 views
playing sound file iOS
I am playing a sound file in viewDidLoad method. The sound file is saved in document directory. It is successfully played when the view loaded first time. But when I pop this view and come back then ...
0
votes
3answers
441 views
Unable to download file from web to folder in Documents directory
I'm trying to copy a downloaded file to a specific folder in the app's documents directory but can't seem to get it working. The code I'm using is:
NSString *itemPathString = ...
-3
votes
1answer
55 views
How to delete files which contain words in the iOS documentsDirectory [closed]
I want to delete several image files in the documentsDirectory. There are already a large number of files in the documents directory, but I only want to delete the files which contain the word "Test" ...
3
votes
1answer
1k views
MPMoviePlayerController doesn't play from Documents folder
Desperated.
Hello everybody!
I am having some issues with MPMoviePlayerController.
I've made it working with videos from NSBundle. But that's not what I need. I need to play it from Documents ...
0
votes
1answer
127 views
NSFileManager creating folders herarichy & not saving plist [open]
The problem is appearing on device not on simulator.
NSError *error;
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
NSString ...
0
votes
2answers
1k views
How to read pdf file from document directory in iPhone?
Currently i am working in iPhone application, i have an pdf file in resource folder (Local pdf file) then i read that pdf file (paper.pdf) successfully, below i have mentioned read local pdf file for ...
1
vote
1answer
124 views
Get the size of NSDocumentDirectory and clear its content
I am working on an iphone application.
The application downloads images from the server and save them on the phone using the following
NSArray *paths = ...
0
votes
1answer
127 views
NSDocumentDirectory legal to save and load images on device?
The following code works on the simulator but crashes the device because img is nil:
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask, YES);
NSString ...
0
votes
1answer
49 views
How to update an attribute or a key for a file while saving it in to documents directory
Hi I'm using Dropbox API for my iOS project, here through dropbox iOS SDK's REST calls I'm getting my data and I'm caching my files in to my DocumentsDirectory, so as to avoid delay of loading file ...
0
votes
1answer
188 views
Load thumbnail image from video saved at NSDocumentDirectory
I use the following code to get an image from a video at given path.
- (UIImage*) thumbnailImageForVideo:(NSURL *)videoURL atTime:(NSTimeInterval)time {
AVURLAsset *asset = [[AVURLAsset alloc] ...
0
votes
1answer
798 views
How to move all files from NSDocumentDirectory to NSCachesDirectory?
I'm trying to move all of the documents that reside in the NSDocumentDirectory to the NSCachesDirectory, and then delete all of those NSDocument files upon the first app launch of my next version ...






