iphone

add rotation for the iPhone game

Hi everyone. I built a game using Cocos2D. And my game has no rotation. So how can I implement rotation for my game? please help me out. Thanks in advance ...

SMS body in iphone SDK

Hi all, I need to send an SMS from my iphone app. the body of the SMS is created programatically. so when i tap on a button the SMS application should get opened with my message pre-typed in it. anybody knows how to do it? need help Thanks in advance. Shibin ...

Supress visible screen switching on iPhone

In the iPhone application I'm developing, I have a need to return the user to the previous screen they were using when, for instance, the application was interrupted by, say, a phone call. The application is driven by a navigation controller, and the user may be several layers deep into the application. As such, I think that I need to ...

Augmented Reality iPhone Tutorial

Can any body provide me with a good tutorial on Augmented Reality iPhone Tutorial for iPhone 3.1.And also the Xcode sample application ...

Is there any event trigger after releasing the button press for MenuItemImage in cocos2d?

Hello, I am working on a cocos2d iPhone app and want to capture the event after releasing the button press. Will there be any event or notification triggered after releasing the button click. I know when clicking a button we will get notified based on the selector function provided, but after click is finished and releasing the button p...

iPhone Application And PayPal

I want to integrate PayPal payment facility into my native iPhone application without using web interface so user does not have to leave from the current application. How can it be possible ? Should I use SOAP XML request/response mechanism? I come through following link http://www.slideshare.net/paypalx/learn-how-to-use-paypal-api-to-mo...

mpmovieplayercontroller stop function, and then play with current time (iPhone)

Hi all, I have this situation: Play (streamed) video, stop by code the video, and then play again. The problem is that the video is begin from the start and not when i stopped it. What solution do you now of? tnx ...

saving data in iPhone development

Hi everyone I have some unsolved problem right now. My game is done, now I am at the last stage. In the main menu of the game there will be a button called goodies. Only appears when the user win the game once. I can do until that part . But the last part is to save that goodies. Meaning when the player exist the game after he able to ...

Strange GPS fix behavior on 3g iPhone

I wrote an GPS enabled iPhone App that needs about 70m accuracy. In most cases this accuracy is reached after a few seconds waiting. But on some occasions it is never reached. Then I have to restart the iPhone and my app and the fix is acquired immediately. Some users also told me that starting a different app that uses gps, close that ...

iPhone code forUIImageViewControllerPickerSourceTypeCamera

- (IBAction)pickAndDecode:(id) sender { UIImagePickerControllerSourceType sourceType; int i = [sender tag]; switch (i) { case 0: sourceType = UIImagePickerControllerSourceTypeCamera; break; case 1: sourceType = UIImagePickerControllerSourceTypeSavedPhotosAlbum; break; case 2: sourceType = UIImagePickerControllerSourceT...

iPhone How to BackUp third party application data on PC ?

Hi, I have a query regarding BackUp of third party application data on PC. I am developing an application which can store photos, text, recordings. The user can add number of photos or recordings. So at the runtime, size of application storage will go on increasing. User will never want to loose his data but storage is limited. Hence ...

How can I integrate LinkedIn within an iPhone application?

Hello Everyone!! hope you all are fine and also in one of your best of moods!! I need your help to know regarding integrating linkedin with my Iphone Application. I do Googling and am able to create an API for linkedin. using http://developer.linkedin.com/community/apis link. But since i am newbie, I stop here. I have both API Key and...

Sending data to a web Server.

Hi.... I've created a program that send's a data to a webserver. I used the NSURLConnection to send the data to the web server. I've created a php file on my server to handle all the POST request from the iPhone. My question was are there any other ways to send the data to a web Server besides using wifi connection. I just only need to s...

How to accessing WSDL on iPhone

Hi I need to access WSDL webservice on iphone. Is there any way to use SOAP or HTTP to access .wsdl url on iPhone. Please suggest. Thanks SD ...

how to know that MPMoviePlayerController is playing in Iphone OS 3.0

Hi everyone! I need to know if at an specific moment the MPMoviePlayerController is playing. In iphone 3.0 it is not firing the MPMoviePlayerContentPreloadDidFinishNotification. Does anyone knows any solution? Thanks in advance! ...

Accessing variables in UITableView crash my app

The application is very simple, a nevigationviewcontroller that navigates to a tableview. But when i´m accessing to langsarray, it crashes Here is the relevant code: MenuViewController.m -(void) Settings{ TestViewController *testvc = [[TestViewController alloc] initWithNibName:nil bundle:nil]; [self.navigationController setNavi...

Break a text in a label in iphone.

I am new to iphone development.I have created three labels in a cell and i have just displayed the text in the corresponding labels , but i want to display the full text in the label.I am not able to see the full text,So is there any possibility for breaking the text and show them in two lines.I am not displaying any static text .I am ...

Share the image on flickr

Hi All, I am developing a application where i want to load the images on flickr.I have seen the Snap and Run project where i tried to share the image using my API key but cannot do it. Can anyone help me with this as I am not able to do this,, Thanks in advance, ...

Javascript in UIWebView

Hello, I'm using UIWebView to display article and one of functionality requirements is text resizing. Since, setting increased size and reloading UIWebView loses scroll offset I decided use Javascript solution. Article HTML body tag looks like this: <body style='font-size:12px;'> And resizing function basically looks like this: NSStr...

push notification

hi any one help to implement Push notification in iphone! Any sample application, please send those links. It's very urgent. ...