The version of iOS (formerly iPhone OS) was released by Apple on Oct 13, 2011. iOS 5 runs on iPhone 3GS, iPhone 4, iPhone 4S, iPod Touch 3rd and 4th generation, as well as all iPad models

learn more… | top users | synonyms (3)

0
votes
0answers
9 views

Not able to access Keychain(KeychainItemWrapper) in app downloaded from Airwatch

I am trying to store and retrive some keys in Keychain using apple provided KeychainItemWrapper class. This works fine in case if I install the app from xCode or iTunes. But in case if download the ...
0
votes
0answers
3 views

Track the launching event of camera App in iOS

I need to track the launching event of camera app via my iOS app that I have developed. Is this can be done in iOS 5 and 6? If so how? P:S My app is running in the background always
0
votes
1answer
14 views

Changing iOS app template

I have an app which I developed by picking "Empty application" when I started off. But now I want to change its template from empty to "Master Detail" like the Facebook, Google+ or Hike apps. Is there ...
0
votes
0answers
13 views

InAppPurchase: iOS5 generic error

I'm developing an iPAd app with InAppPurchase. The hole process of purchase works perfectly in iOS6 simulator. On iOS5 simulator, the fetch of SKProduct(s) works. When I try to buy after itunes ...
0
votes
0answers
5 views

IBAction not triggered in iOS 5.0

I have an IBAction linked up to a UIButton, and it's declared like this: - (IBAction)registerPressed:(id)sender { NSLog(@"Register pressed! Sender: %@",sender); } Running the app in an iOS 6.0 ...
0
votes
0answers
11 views

Using GCDAsyncSocket in iOS

i am a total newbie to iOS and was implementing SocketConnection using GCDAsycnSocket. using this project from Github here. But I'm using storyboards, so I'm not quite sure where to add the ...
0
votes
2answers
38 views

Custom Font not working in iOS 5

I have added Avenir-Next-LT-Pro-Demi-Condensed_5186.ttf font in my resources. Also added the same to Fonts provided by application in my info.plist. In my code I have set the font like this, ...
0
votes
0answers
17 views

In-App Purchase: how to handle receipt validation without uniqueIdentifier for iOS5?

To enable In-App Purchase in my application I did a tutorial which referenced a not up to date VerificationController for the receipt validation. As a result my app got rejected because of using an ...
0
votes
1answer
35 views

instantiateviewcontrollerwithidentifier leak

I am frustrated with this code... UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:[NSBundle mainBundle]]; DoctorRecordController *object=[storyboard ...
1
vote
1answer
41 views

Dynamic size of UIScrollView with UINavigationBar

I was wondering if there is simple or neat way to achieve UIScrollView with different size and origin of frame depending on page number? I want to show navigation bar on first page, but hide it on ...
-2
votes
2answers
31 views

Autorotate not working on iPad 2 ios6 but working on ipad ios5 [closed]

The game is working fine on an iPad ios5, but it isn't rotating on iPad2 ios6. Any advice what my problem is?
0
votes
0answers
5 views

How to customize the UIProgressView?

I am implementing a video based application. In my application I need to show the progress of video video as a label at the top of the video. Can anyone suggest me how can I achieve this. Thanks, ...
1
vote
0answers
55 views
+50

IMPORTING AND DISPLAYING LARGE DATA?

I'm trying to get data from some where and contain it in NSMutableArray of custom object that contain this data and info. Every time the user open the app get the same data from source and convert it ...
0
votes
0answers
34 views

Why is the drawing order of elements in a UIView incorrect?

I have a UIView with three elements that are being "drawn" into the current Graphics Context by calls to SetNeedsDisplay. Character Face - A UIImage loaded at runtime Character Halo - A filled ...
0
votes
1answer
44 views

Read Call History from iPhone on iOS 5 and above

I am developing an application and need to read the users call history from iPhone.I have go though all the forums and google it and found that we can get the records from teh callHistory sqlite ...

1 2 3 4 5 813
15 30 50 per page