0
votes
2answers
27 views

Collecting Iphone GPS data

So I know that there are all these plug-ins for apps that use GPS data, but that is not what I am asking...I wrote a Python library that uses GPS data, and I was wondering if the Iphone stores your ...
0
votes
1answer
26 views

Data txt files work when read in iPhone simulator, but do not work on iPhone device?

I have two text files (.txt) that are in the Documents directory of the Bundle for my project. The files load and work fine when I run the project on the iPhone Simulator in xCode, however the when I ...
0
votes
2answers
55 views

Effective and simpler way to fetch data from xml file

I know there are several methods to parse data of an xml file using NSXMLParser,RaptureXML,TouchXML etc. but when I used NSXMLParser methods,it seemed to be a lengthy process as we have to declare ...
0
votes
0answers
39 views

Read data from device via iPhone app

I looked around for an answer but couldn't find anything related. My question is if I can connect another device with the iPhone/iPod/iPad via USB. Maybe I would need another device to connect the ...
-5
votes
2answers
57 views

ios saving strings and images to device [closed]

I'm making an app that requires to save images taken from camera, store them in MSMutableArray, now I want to have "persistance" and have those images on the app until the user deletes them from the ...
-2
votes
2answers
104 views

How can I store game data in iOS Game Center? [closed]

I read the documentation. Game Kit Framework Reference Is there no way that I can store data about game and player using Apple Game Center? I want to store user information such as his all scores ...
0
votes
1answer
36 views

Send data from device to device

I'm working on local simple chat app for my small company that sends messages from device to device. Each device is assigned a unique number (for example, 111,112,113, ...). I need a way to send a ...
-1
votes
2answers
45 views

Assign HTML tag string in nsstring for uiweb view

How to assign HTML tag string format to strin directly , so that i can display it in UiWEB VIEW directly . <tr> <td align="center"><b> Disclaimer</b></td> ...
0
votes
3answers
79 views

Error during storing values in plist file ios

I have a stepper, during the change of its value I need to store the values in plist. So according to saveAppPlist method I need to pass the NSMutableDictionary with the changed file -> dictData ...
0
votes
1answer
94 views

Create a plist file in iOS error

I want to write the method which should create for writing a plist file. I got the example code in the Web but can not understand what is wrong with it. First of all, when I try to call this method - ...
1
vote
2answers
45 views

Does data fetch from data base effects speed of application in iOS development

i like to know about does it effect , if i fetch data every time from core data base to show it many places or i fetch data once and store it locally and use, does it effect the speed of app .please ...
0
votes
2answers
79 views

iOS - Simple Read/Write to file method to access numerical data? (.plist)

I am creating a game that actively needs to read and write to a file (presumably i assume it will be a .plist) It will have approximately 5 values, with a numerical value. For example: Stat 1: 3 ...
1
vote
1answer
68 views

iPhone app crashes when passing data in prepareForSegue:sender

I've been trying to pass data from one tableViewController to another, but as soon as I assign a value to a property in my second tableViewController the app crashes, giving me the message ...
0
votes
0answers
41 views

find single points or their 'x-position' on texture

So, I have a texture with some single "points" (1 pixel size) on it, the rest is black. I want to find these points for further processing. I try to implement some kind of pattern searching, and this ...
1
vote
2answers
80 views

How do I keep text type data on my app using some form of data persistence

I need to feed some substantial text into my first app which will change as the date changes (i.e every day) for a whole month. This data, I currently have it all on a .doc file which each day's ...
4
votes
1answer
69 views

What format is this string in? [closed]

I'm trying to figure out what data an iPhone game app is sending. It uses the GKTurnBasedMatch framework. I've captured some of its packets and I found a promising XML message with this string as the ...
0
votes
0answers
167 views

How to reload data in Carousel view in iOS SDK when I tap on image inside Carousel view?

I have implemented Carousel view in my project. First time I am getting 2 images. When I am tapping the image inside Carousel view I am calling one method and passing new data to Carousel view (reload ...
0
votes
1answer
242 views

NSURLConnection download Large zip files

I have a problem when downloading a zip file in chunks using NSURLConnection. -(void)connection: didReceiveData:(NSData *)data method. There are 2 ways I have tried, the first was to append all data ...
0
votes
1answer
154 views

parsed Json data in webView

I want to open data from my json database in a webview. Here is my code, but it doesn't work can someone help me? NSString* jsonString = @"http://heurigenapp.cache.gugler.at/json.php"; NSData* ...
0
votes
2answers
130 views

XCode - How to get data saved in other view?

I have been struggling with that for some time. I have a tab bar application. In SecondView I define number2 and save it to NSUserDefaults as I want it to be remembered by the program at the next time ...
1
vote
1answer
64 views

iOS Text and Image Data Storage

I am building an encyclopedia-like application for iPhone, and I plan to use lots of formatted text and quite a few images in it. My problem is that I do not really know how to store this information ...
0
votes
1answer
135 views

Export/share data to another app installation

I want to make an iPhone application which save some information locally on the app folder and those information i want also to be shared on other app installations made on different devices. I make ...
0
votes
4answers
107 views

Passing data to the ViewController issue

Newbie obj-c question. My task is to set background image in UIImageView in SecondViewController by clicking button on the FirstViewController. FirstViewController.h : #import ...
0
votes
1answer
102 views

Hide a button on a view from an other view iphone sdk

I have 2 Views, the first named "InterfaceController", and second named "LoginController". On LoginController, I have a button "Connexion", and I want when I click on this one, I'd like the button I ...
1
vote
1answer
283 views

How to split an image in multipe parts for image processing, then recomine?

I am using Core Image and GPUImage to make some filters in an iPhone app. I seem to be running out of memory and crashing with larger images. I think this can be solved if I can split the input image ...
0
votes
1answer
96 views

Xcode Data Controller Issue

I have an application that has the following parts: StoreDataController.h StoreDataController.m StoreTableViewController.h StoreTableViewController.m I created a property & method in ...
0
votes
0answers
41 views

get current event name [closed]

So I have a timetable, (currently on Excel), and I'm developing an iOS app that will need to show the name of the current event. The events are simple, they just have starting time, ending time, ...
0
votes
1answer
81 views

Updating data in an iphone app daily?

I want to make a index card app, And I want to add a new word everyday. How would I go about that without updating the whole app through ITC and waiting a week?
2
votes
1answer
74 views

iPhone app, data layers, & database servers

I found a lot of similar questions out there but none that really answered specifically some of the questions I have. I will be working on an iPhone app shortly that will be accessing data from a ...
2
votes
1answer
176 views

Trying to save Detail View Data in Master detail App Xcode [closed]

I am very new at iPhone Development so I was wondering what I need to do. I have a Master Detail application for iPhone and have text fields and a date picker and an image in the detail view. All ...
0
votes
0answers
29 views

getDataFromJSON, error expected ':'. What is this?

My code here: -(void) getDataFromJSON{ NSString *username = [txtUsername text]; NSString *password = [txtPassword text]; NSString *userID = [NSString stringWithFormat:@"%0.10u", arc4random()]; NSURL ...
2
votes
1answer
92 views

Send post data securely from iPhone

I have the following issue: I've understood how to create a secure login between an iPhone app and a WebServer (SSL,Https). My question is after creating the session token, how do I make sure that if ...
0
votes
0answers
40 views

Extract data from text file in iPhone

I have txt file in which following data is available i want use this txt file data in my iPhone app but i unable extract data from it. I want to extract USER_ID, USER_NAME from the file. File ...
-2
votes
2answers
198 views

How to store data in class in ios programming?

The goal, to create a class which contains an array of data to be used throughout the application by other classes. I have this GlobalObject.h It declares the array to be used to store the data. ...
2
votes
3answers
465 views

IOS - NSUserDefaults or NSCache - best way to store data

I'm building an IOS application, which will basically helps the users to see the orders he made on my website. On the application startup, the list of his order reloads automatically. What I'm trying ...
-1
votes
1answer
40 views

Sending download counter data to a site

I want to make a download counter in my app and when you downloaded the image the counter will send the data too a site where i can read the counts, but i know how to make a download counter, but how ...
0
votes
1answer
590 views

Passing data between two view controllers

I have two view controllers called DataPass and ViewController. I want to pass a data from DataPass to ViewController. I have a label in ViewController and I have a UIButton in my ViewController which ...
0
votes
2answers
206 views

Won't write to plist array Xcode. This was the code used and it doesn't work, does anyone know why?

NSString *path = [[NSBundle mainBundle] bundlePath]; NSString *finalPath = [path stringByAppendingPathComponent:@"HighScore.plist"]; NSMutableArray* plistDict = [[NSMutableArray alloc] ...
0
votes
1answer
139 views

load huge data from multiple urls and then show it in the view

I am developing an iphone app. In the app, i need to load a lot of data(JSON) from the web and then create the view accordingly . Please suggest me how to proceed. Basically what i am doing is 1. ...
0
votes
1answer
264 views

Where get data/api that renders images/nutrition facts for a given UPC barcode?

I'm trying to build an Iphone/Android app that given a UPC barcode numbers will give you information about the product. The information I need is : Image of product Name of product Nutrition Facts ...
0
votes
0answers
130 views

how to access web server session data at iPhone client?

For my case : I use NSURLConnection to log into a web server coding in JAVA; the web server respond to me with a JSESSIONID="XXXXX..." now ,I want to access the session data at iPhone client app side ...
0
votes
1answer
129 views

Saving data objects between sessions (Objective-C, iPhone)

I'm putting the last bit of functionality in my application. One of the things I want to do s have the user be able to save notes. Each note has a title and a body that the user specifies. When the ...
0
votes
4answers
196 views

For my task how should you communicate between iphone devices over the 3G network?

I have a situation where I would like to communicate between 2-4 devices over the 3G network (it should also work over WLAN, but 3G solution is critical). Every device (except one) asks for a ...
-1
votes
1answer
147 views

Sync data between C# and iphone app

What I am looking for is an offline sync between a C# app running on a PC and an app on the iPhone connected to it. Is this possible at all? Is there a way to use iTunes app to access iPhone data. ...
3
votes
3answers
2k views

how to check if a NSData is valid for usage in UIImage

NSError *error = nil; NSURL *url = [NSURL URLWithString:[imageLinks objectAtIndex:0]]; NSData *tdata = [NSData dataWithContentsOfURL:url options:NSDataReadingUncached error:&error]; if (error) { ...
0
votes
1answer
245 views

iPhone app got rejected due to data storage issue

My app was rejected due to data storage problems. After googling, I got these ideas. Please confirm my assumptions are correct or not. Store the SQLite db in the caches folder and set the ...
0
votes
1answer
65 views

Is there a callback/delegate to tell that the device is back to be connected (to carrier service or wifi) after offline?

Assume a device was offline with no service neither wifi to begin with, is there a callback/delegate to tell that the device is back to be connected once the service or wifi is available? or do we ...
3
votes
1answer
30 views

Newbie needs advice on the most efficient method updating images

Hello I am just after some advice re the most efficient method of adding new images to my App. I need to store 80+ new 300 x 100 pixel images to my app every couple of weeks. I am worried it will ...
0
votes
3answers
182 views

UITableView - get data when tapped

I am very new to programming, and also English is not my first language, so my question may not be clear... My question is that is it possible to get text data and read it in my ViewController from ...
0
votes
1answer
35 views

Accessing Capacitance Data From iPhone

I thought it'd be really fun to make an app that takes advantage of the capacitive sensing ability of the iphone screen. Is there anyway we can access that data? Are there any core libraries I ...

1 2 3 4 5 6