Specific to Apple's iPhone and/or iPod touch, but inapplicable to iPad. For questions not dependent on hardware, use the "iOS" tag. Another tag to consider is "cocoa-touch" (but not "cocoa"). Please refrain from questions regarding the iTunes App Store or about iTunes Connect.

learn more… | top users | synonyms (6) | iphone jobs

7
votes
1answer
104 views
+100

StoreKit on iOS - autorenewable subscription - How to know wether it is a free trial or not?

In iTunes Connect it is possible to give a free trial period for autorenewable subscriptions. App > Manage In App Purchases > Subscription Basic > 1 Month > Offer a free trial? How ...
2
votes
2answers
129 views
+50

Importing, Displaying and Caching of large data

I'm trying to get data from some where and save it in a NSMutableArray of custom objects that contain that data and info. Every time the user opens the app the same data is loaded from source and ...
2
votes
0answers
237 views
+100

Facebook loginViewFetchedUserInfo is called twice

I am using facebook SDK 3.0 in my app. The delegate method is called twice when after logging to facebook. - (void)loginViewFetchedUserInfo:(FBLoginView *)loginView ...
2
votes
1answer
245 views
+50

Intercept Incoming SMS Message and Modify it

Is there a way to intercept an incoming SMS message, and then modify it before presenting it to the user? Can it be done natively on iPhone / Andriod? Can it be done using PhoneGap? Can it be done ...
2
votes
2answers
64 views
+50

Call segue from subview generated by iCarousel

I have a view controller (News View Controller in the image) and it loads a iCarousel with dynamic subviews, it works fine, but the problem is that i want to perform a segue when the user press a ...
0
votes
2answers
65 views
+50

Phonegap HTML5 audio does not resume playback after incoming phone call on iPhone

I have created an app with PhoneGap that plays music from an online stream. It continues playing in background while the iPhone is locked but, and it stops when an incoming phone call arrives. The ...
3
votes
3answers
113 views
+200

Get current news for a location

Is it possible in an iOS application to get current news for a particular location ? Is there some api available where I can pass location as parameter and get news for that location ?
11
votes
7answers
8k views
+50

How to make xib compatible with both iphone 5 and iphone 4 devices

I am trying to layout my xib so that layout fits in both iphone 5 (4 inches retina) and 3.5 devices. Because I have to support IOS-5 I cannot use autolayout. I have to use springs and Struts. I ...
0
votes
0answers
38 views
+50

How to get Google Plus login information from GTMOAuth2Authentication and GTMOAuth2ViewControllerTouch and set user as logIn in UIWebView

In my iphone application, I am using Google Plus SDK to sign in for my login page of app to allow user to login with google plus.But when user is in another View Controller and when user is pressed ...
1
vote
1answer
47 views
+150

AVCaptureSession front camera orientation

I'm using AVCaptureSession to record video, using AVAssetWriterInput I'm writing the video to a file. My problem is with the video orientation, using apple RosyWriter example, I can transform the ...
1
vote
0answers
19 views
+50

getting list of the group for specific user in LinkedIn via iPhone SDK

I have integrated linkedIn in my iPhone and I am able to post status on linkedIn. But, is there any way that will give me list of groups that user is following and then interact with group. I have ...
3
votes
1answer
73 views
+50

Video recording in iphone sdk programatically

I am trying to implement functionality like below Final Recorded Video = "Capture a video from front camera + Record an audio from video (which i am playing through video player)". For more ...
0
votes
0answers
51 views
+50

Why can't I authenticate to Facebook Chat in my iOS application?

I have been scouring the internet trying to find a solution to this problem. I understand the basic idea on how it is supposed to work, but I can't get the implementation to work and I can't find any ...
3
votes
0answers
53 views
+50

How to determine how far away a 3D rotated object is from the edge of the screen

I have rotated a view 50 degrees around the y axis using Core Animation. I want the edge of the view to be touching the edge of the screen. How can I do this? I know the length of the view and the ...