app

how to retrieve friends' list using facebook connect with iphone app

Hi, I'm using facebook connect for my iphone app. It is able to authenticate the user and also publish a comment on the user's wall. But I'm not sure how to retrieve the user's friends list. A sample code will be highly appreciated. Thanks in advance, -Chandni ...

Showing value of UISlider inside App Prefs?

I have a settings bundle, working perfectly, that I would like to customize a bit. I have, among other things, a PSSliderSpecifier and a PSTitleValueSpecifier. What I would like to do is change the value of the PSTitleValueSpecifier to show the current value of the slider, preferably updating every time the slider's value changes (Act...

iPhone App Upload - CodeSign Missing?

Hi, For a long time now I have been searching through the forum whilst teaching myself the delights of iPhone programming, and I thank you all for the massive number of questions you have unknowingly helped me with! I seem to have come up against a brick wall regarding the upload of my finished application to Apple and would appreciate...

How to catch DeadlineExceedException in GAE/J?

How do you go about catching this exception in a servlet that takes longer than 30 seconds? Thanks! ...

Ruby on Rails for web applications, Django for webpages?

Days ago I read something like "Ruby on Rails is for web applications, Django is for standard webpages". Is that true? I have to decide in the next weeks if I go with Ruby on Rails or Django for an university project. It will be an email marketing software. What do you advise me to use? ...

On android system.I want to get the status of running apps,how to do?

On android system.I want to get the status of running apps,how to do? ex. foreground / background! ...

Problem with app.path in my vb6 app

Hello. I have an application in vb6 and my exe is having a problem with app.path. The app.path of my .exe is setting a temp folder. I tried a test and put another app just to show me the app.path of the application, and in this other program is okey. Somebody has some idea about this problem? thanks. ...

iPhone App Submission Question

In my Xcode project I put all my images, audio files, ect... in the resources folder. When I opened the project folder in finder all of my "resources" are not in a resources folder instead they are just scattered in the main folder (I have a good number of files). I already submitted the binary to Apple on Friday so will they care if t...

Facebook iPhone App Livefeed page, is it a UIWebView or a complex UITableView

I wonder how they make the username, URL to be special colored and also tap on them will navigate user to different pages. Any insights? ...

iPhone + In App purchase + change alert message

Hello, I have implemented In App Purchase in one of the existing application, it's working fine. But the problem is that whenever I tap on any of the locked feature (where I have implemented In App code), it show me the alert message with title like "Confirm your In App Purchase" and message saying "Do you want to buy one xxx Feat...

iPhone + In App purchase testing

Hello, I have implemented In App purchase in one of the existing application. I have also created SandBox account for testing it. I have run the application and tested it, its working perfect. Since, I have tested it, by buying the feature, it means I have bought that feature. Now, there is a change in code and I want to re-test it (In...

Online MySQL database in Objective-C

I'm writing a game for iPhone, and I want an online leaderboard using mySQL, which i'm very familiar with. How do I implement this in my app? I would assume there's a framework/library i need to obtain? ...

iPhone + In App purchase + access alert message buttons

Hello, I have implemented In App purchase in my application. While testing (with SandBox environment), when I tap on any locked feature, I get alert message from iTunes that "Do you want to buy xxx feature at $xxx ?", with Cancel / Buy buttons. I want to know that can I access these Cancel / Buy buttons, because I want to implement som...

How to specify image for the Settings app in iPhone app

How do I specify the image for the Setting in the iPhone for my iPhone app? What are the requirements for the images? ...

iTunes integration.

can i access the iTunes library of the iphone device in my app. if yes, then can u point me in the right direction. ...

Action after app quits?

Im currently working on a timer app similar to apple's default "Clock" utility but when the user quits, NSTimers no longer seem to have any effect would I have to use push notifications to alert the user the timer has ended, or is there some other way I can run an action on a timer after the application quits? thanks in advance ...

Resize an Image file?

I'm writing an iPhone app. I want a UIImagePicker control to come up when the app is launched. When the user selects an image, I want to resize that to being 512x512 with the original image just in the top-left. I then want to save it to a new file in my app's folder. How do I achieve this? ...

How or where does foursquare gets its geodata from?

I've been trying to answer this myself but I can't find it, would any of you know? ...

Change View on only one Tab in Tabbar-Application (Landscape-Portrait)?

How can I change the view when rotating the iphone (change nib's). But it should only happens in one single tab! I tried it with: - (void)viewDidLoad { LandscapeViewController *viewController = [[LandscapeViewController alloc] initWithNibName:@"LandscapeView" bundle:nil]; self.landscapeViewController = viewControlle...

How I do to call a nib file at only first launch of my application?

Hi all, I'm new here but I'd like to learn very well iPhone SDK... I'm making an iPhone app where I'd like to show a modalView controller at launch of my app... How can I do this? In this modalView, I request some informations and the view must appear only when these informations aren't saved! Anyone can help me? P.S.: Sorry for my bad ...