0
votes
1answer
14 views

predefine folder hierarchy in Documents folder

i just realized that all my groups in Xcode are ignored and all files i added to my project are copied into the Documents folder directly. As i have several different types of files i want to keep ...
-8
votes
1answer
80 views

Saving file in a different location in iphone

I am unable to save a file to a different folder(outside app) since i have to retrieve the data from it after the application uninstalled.I have to get the data from that file after installing ...
2
votes
1answer
72 views

Trigger.io: File Access - Getting total Counts of Images in my Gallery (iPhone/Androi)

Is there any way to get the total counts of Pictures in my Gallery. We need to preview the total counts in my gallery. We can't find what API method to be used for it. For example, My Gallery - 30 ...
0
votes
0answers
34 views

adding an audio file from iphone gallery to iphone app on button click

i am making an application in which i have a audio button image,and on click on that button i have to select an audio file from the iphone gallry and then i have to add it into data base.as i am ...
2
votes
0answers
45 views

Image saved in NSDocumentDirectory is gone when update the App from App Store [duplicate]

The Image is saved as following codes: -(NSString *)saveImage:(UIImage *)image withName:(NSString *)name{ [self createDataPath]; NSString *filePath = [dataPath ...
0
votes
2answers
48 views

FMDB databaseWithPath: not writing to disk

The fmdb docs say that if you pass a file system path to databaseWithPath: it will create a file for you: A file system path. The file does not have to exist on disk. If it does not exist, it is ...
0
votes
2answers
239 views

File sharing / send file in another app (“open in” in iOS)

my app make a simple file called log.txt the URL of this file (viewed in xcode) is file://localhost/var/mobile/Applications/NUMBER OF THE APPLICATION/Documents/log.txt So I can see this file in the ...
2
votes
1answer
52 views

Viewing .gfx file in iOS

Resonantly I had to work with .gfx file, but i haven't got much information about gfx file. My question is: What is a .gfx file formated file contains? is that any kind of image file or video ...
0
votes
1answer
37 views

File ios problems - unrecognized selector

This is my code: - (void)viewDidLoad { [super viewDidLoad]; textBox = [[UITextField alloc] initWithFrame:CGRectMake(10, 50, 300, 40)]; [textBox setDelegate:self]; [self.view ...
1
vote
0answers
71 views

How to insert and get the file in iOS device?

I am working iOS development, Is it possible to insert the file in device and then to get that file to my application. I saw a file-manager app in app-store and its share the files using bluetooth, ...
1
vote
4answers
835 views

Open .mobileconfig file saved in application in safari ios

I'm trying to open a mobile configuration file (mobileconfig) in safari to install it but nothing work. I use URL Scheme: NSURL *finalURL = [NSURL URLWithString:[NSString ...
0
votes
1answer
53 views

how to export database file to iphone once app it ready?

My IOS5, Iphone app uses a database, which I populate with data outside the app. The app only opens the database file and reads the data, no insertion or updates. App works fine in the simulator, ...
1
vote
2answers
134 views

iOS sort files in folder by date added

My app downloads files from the internet. App stores them in Documents folder . App uses iTunes Sharing feature, and user can store files in Documents folder through iTunes (when my application is ...
0
votes
1answer
161 views

Import my sql file in my iOS app

I have SQLite Studio fot my Mac OSX, I create there my Schemas, in MySQL I use DBFork Manager a case tool to make my Schemas, I export sql file and then import into MySQL Server, so I want to do the ...
0
votes
3answers
123 views

File not found on iOS device, but works in Simulator

When I test my app on the simulator, everything works fine. But when I test on my iOS Device, I get this error: *** Terminating app due to uncaught exception 'FileNotFound', reason: 'file ...
1
vote
0answers
159 views

Cocoa 517 error code/ write to file Xcode 4.5

NSArray * Path=NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString * documentsDirectory=[Path objectAtIndex:0]; NSString *filename=[NSString ...
0
votes
2answers
71 views

any script/code/way to read files of iPhone through a mac/pc

I would like to know if there is any way (thru any sorta code) to access application directories of apps deployed on iPhone/iPad, when plugged to a mac/pc, just like how iPhoneExplorer does it!!
1
vote
1answer
685 views

file upload into server from app using objective c

I am using this code for audio file upload from iphone app to server. NSFileManager *fileManager = [[NSFileManager alloc] init]; NSDictionary *fileAttributes = [fileManager ...
1
vote
0answers
106 views

How to plot .shp (shape file) on osm map using Cloud Me iPhone api

I have successfully used Cloud me iPhone library to plot routing dat on my osm map including showing current location. Now I want to plot map in offline mode using .shp(shape file) using cloud me api ...
2
votes
1answer
468 views

How to get camera roll file location in iphone using phonegap?(For creating a custom camera roll from which multiple files can be chosen)

I am working on iPhone app using PhoneGap. In this app I need to show a screen with camera roll pictures and the user should be able to select multiple photos from it. Using ...
0
votes
2answers
206 views

Picking video from application and copy them in document directory

I was using UIImagePickerController to select the video files from Image Gallery of IPhone using imagePicker.mediaTypes = [NSArray arrayWithObject:(NSString *)kUTTypeMovie]; and that code is ...
0
votes
2answers
38 views

Deliver iPhone app with song

We have developed an app which we want to offer in the app store. When a user purchases it, we want him/her to deliver a song along with the app that the user might play via iTunes. How can we achieve ...
1
vote
2answers
463 views

Write/Read file in my iPhone app Shared File

I wrote an app on my iPhone. It's a more portable and smaller version of my pc software. I activated the File Sharing feature on my app so now I can transfer files through iTunes. But I want my pc ...
0
votes
2answers
629 views

Cocoa error 260, filepath structure

I'm using this method -(BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url which gives a specific file url when I open a file in my app. That url looks like ...
1
vote
1answer
358 views

iPhone Application Support Folder Include Files BEFORE Building

I have an iPhone app that programmatically gets a path to the Application Support Folder, tests for a file in the application support folder, and then either loads the file or creates a new one ...
1
vote
1answer
77 views

How to find a .pdf or .txt or folder in iPhone?

I am working in iPhone Dropbox app, Using DropboxSDK to develop this, I get the files from My Drop-box account like APP, Getting Started.pdf, Photos, Public the i have stored this files in ...
0
votes
2answers
347 views

How to find the device path in mac (iPhone)?

I am working in iPhone application, I have download a file from Dropbox to store iPhone device path like "/Users/govindarajk/Library/Application Support/iPhone ...
0
votes
0answers
23 views

Can i import files to this subdirectroy via iTunes File Sharing?

I have created a subdirectory in document directory, can i import files to this subdirectroy via iTunes File Sharing?
0
votes
1answer
108 views

Parsing a file to NSDictionary

How can I parse a txt file to a NSDictionary? my file looks like JACK - (mr) - address 99000 - City Phone : 09 93 81 48 51 Website this is my code: NSString *file = [[NSBundle ...
1
vote
1answer
49 views

iPhone : Transfer part of records from one file to another file

I have a text file created in documents directory with 200 logs/lines (with delimiter to separate data using a string). I want to TRANSFER first 50 records into another file and keep the remaining 150 ...
-1
votes
1answer
39 views

iPhone installation while app installing

I'm wondering if it is possible to create files during installation of my iPhone app. Anyone alreday did this ? How ? Of course, my files won't be in bundle, only in Documents directory. Thanks !
0
votes
1answer
51 views

write SUP class objects into file

Is there any way to write SUP(Sybase Unwired Platform) classes objects into text file in iOS, like we can write NSString or NSNumber objects. Some examples of writing SUP classess objects into text ...
0
votes
1answer
116 views

XCode - copying localy all external files linked into the project

When I made my project, I've added many files just by link, without copying them into the project folder. But now, I'd like to have a pack that include all the necessary files into the project folder. ...
0
votes
0answers
49 views

Transfering files to multiple iPads [closed]

I regularly get around 30 iPads that require 10 - 20GB of images putting into the PhotoData folder. As you can imagine this takes quite a while to do, I'm trying to investigate ways of speeding up ...
0
votes
1answer
44 views

App don't see files

This all started when I changed my_sound.mp3 to another sound with the same name in 'Supporting Files' folder, but after compiling app was still playing the old one. After that I've done a lot of ...
0
votes
1answer
237 views

XCode 4.4 how to permanently add files to project

I just started with iOS development, so pardon if this is too simple I have a project open in XCode, and when i created a new storyboard/xib/view.h/view.m file it shows up in xcode just fine from the ...
1
vote
1answer
320 views

save file into application folder using setDownloadDestinationPath

I have the following code: -(IBAction)downloadButton:(id)sender{ NSURL *url=[NSURL URLWithString:@"http://93.185.34.100/prob/pic1.zip"]; ASIHTTPRequest *request = [ASIHTTPRequest ...
0
votes
1answer
243 views

IPhone xcode RSA decryption from file

Using the apple built in Security framework and common crypto libraries I do not want to randomly generate RSA keys but I want to hardcode the file containing my special private key into the following ...
0
votes
0answers
40 views

Organising files and folders in app - iPhone

I am looking for a easy way to organize my files in my program. I have so far found a couple of scripts that copy the files and create folders after the compilation process and that could work. I ...
0
votes
2answers
86 views

iPhone - Write to a file without collision when multiple NSURLConnection ends

I have a CONNECT object that make HTTP calls using : NSURLConnection* connection = [NSURLConnection connectionWithRequest:urlRequest delegate:self]; In the - ...
1
vote
1answer
382 views

Can I save a file on the iPhone?

I have an Android app that I am porting to iPhone and an important feature requires opening a simple text file that the user downloads. On the Android, the usual way is for the user to get the file ...
5
votes
0answers
139 views

reading Local File on iPhone simulator crashes, but not on real device

I'm developing an iphone App that download an UTF8Encoded file from a server, stores it in the Cache folder of the App and the simply copy its content to an NSString* var. It works on device but not ...
0
votes
2answers
173 views

File Manager - File Not Found - Objective C

This is driving me crazy... With this simple code I keep getting file not found on my ipad device... NSFileManager *filemgr; filemgr = [NSFileManager defaultManager]; if ([filemgr ...
0
votes
1answer
88 views

iPhone - Access File from Protocol Request

I am building an iPhone app, and I am trying to have a web view with embedded content, and I am trying to have a file returned from when a web view requests a file from the applications protocol. For ...
-2
votes
1answer
415 views

how to upload local video file into Facebook?

I am new in iPhone application development, my requirement is to get a local video file uploaded to facebook. please give me any sample codes or helpful links for this. Thanks in advance,
0
votes
1answer
79 views

how to save capture the video in local file

I want capture the video using iPhone application. In this video file i want store the local application. how to save this file in locally. Please help me. Thanks in Advance
0
votes
1answer
36 views

How should I include files with an app that a user can transfer onto their lap/desktop

I would like to include an mp3 with an iPhone application which a user can copy from the application to their desktop or laptop during sync. I'm unsure what to look at for achieving this. Can someone ...
1
vote
2answers
81 views

How can I receive data (file.txt) from my divice iPhone

In my App, I am creating a file.txt with some data. The path of the file is: NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) NSString *path = [[paths ...
24
votes
3answers
44k views

Write a file on iOS

How do a wrtie a file on iOS? I'm tring to do it with the following code but i'm doing something wrong: char *saves = "abcd"; NSData *data = [[NSData alloc] initWithBytes:saves length:4]; NSArray ...
22
votes
3answers
21k views

Read Text file Programmatically using Objective-C

I am new to iPhone Programming I want to read the content of text file which is in my Resourse folder. i did a lot of googling but failed to get proper way for doing this task. Please suggest

1 2 3 4 5 6