My app is crashing on Lion when it awakes from sleep. The problem seems to be with a background thread that is looking for weather info.
When you use threads, do you have any preferences? In general rule, to use any of these techniques : create a new thread manually and use the run loop
guys I\'m a new iOS developer, I\'m having a problem when calling soap functions in new thread. Here is more details:
I have timer that once in a minute executes a method. The method has some code and call to NSThread. NSthread calls another method with critical section.
I am currently working on an iPhone magazine application which downloads its magazine content from internet. The magazine pages are in image format and it has about 120 pages.
i want to connect the webservice and parse the xml as it will take time to execute so i done it in a separate thread and show a activity indicator to the user now i also want to insert the cancel opti
the question is simple : my app control if there is an update every time it starts. If there is an update a popup will be shown with a Yes or No choose. When user tap Yes 4 methods start. These method
I need to control the volume of device when app is in background so for this i use following code - (void)applicationDidEnterBackground:(UIApplication *)application
i am getting a string as parameter in an NSTread now i have to pass this string to next method so how can i do it? my code is given below:
I want to get my location in background every X mins, I\'m using a thread which is running well with NSLog, it prints a string. However, it seems that it\'s not working when I call my locationManager.