iOS 6 was announced by Apple on June 11, 2012 and released on September 19th, 2012. It runs all iPhones from 3GS and up.

learn more… | top users | synonyms (1)

-2
votes
0answers
28 views

Application not running in IOS6, getting red screen error

My IOS6 application gives a a red error screen as follow: /Users/brajesh/Documents/Brajesh/DemoReact/node_modules/react-native/packager/transformer.js:13 const babel = require('babel-core'); ^^^^^ ...
0
votes
0answers
20 views

Sending SMS without user interaction on iPhone App, not for publish in App Store

This question has been asked a few times, however, I am asking with a different twist. The main difference here is that my app is for my demo purposes only, and will never be posted in the Apple App ...
1
vote
1answer
8 views

Xcode 6.4 not going to accurate line of Crash

My application is crashing sometimes while running on real device but the debugger always goes to "main.m" class not where the app is exactly crashing. Infect console log is also not telling anything ...
-1
votes
0answers
35 views

My ios app ( Phonegap) is working on iphone 4 but not on iphone 6

I am facing a problem in my iOS app built in Phonegape . It is fitness app , I have a timer in this & 3 buttons are there for start timer and pause timer and end . I have tested it on iphone 4 ...
0
votes
1answer
13 views

Compiling freetype library on I386 (simulator) for iPhone

I'm trying to compile FreeType2 2.5.3 as a static library on I386 arch, then use it on an iPhone OpenGL application. I'm building the .a it with this script: ./configure '--without-bzip2' ...
1
vote
2answers
93 views

How to send battery updates to LE accessory from app in background when iPhone operate in peripheral mode?

I'm developing a BLE enabled App. In my App iPhone operate in peripheral mode with Bluetooth accessories. Everything works fine until I go to background Mode Because my Phone is working as peripheral ...
2
votes
2answers
33 views

How to fetch the values from alertview

I am creating a custom alert view and textfield also included in alertview. How to give the values in textfield and how to get those values you already assigned?
0
votes
0answers
36 views

IOS app - Track install - FacebookSDK

My actual aim is track the iOS app installation through SDK. So I have followed the below Link. https://developers.facebook.com/docs/app-events/ios step 1: created app in developer.facebook.com. ...
0
votes
2answers
37 views

set auto layout programmatically in centre of the view iOS

i am new to iOS using blur effect view for whole screen and want to set the auto layout programatically for textfield in centre of the view and my code is : UIBlurEffect *blurEffect = [UIBlurEffect ...
1
vote
0answers
16 views

random crash in ios6 after app launched

We're getting a random crash in iOS6, here's the crash stack we're getting: 0 libobjc.A.dylib 0x399d75b0 objc_msgSend + 15 1 CoreFoundation 0x31c945de ...
0
votes
0answers
20 views

ISSUE: Attempt to present whose view is not in the window hierarchy

Hi i keep getting whose view is not in the window hierarchy error whenever the time exceeded and goes back to the start screen when detect inacitivity of the application. How do i encounter this ...
0
votes
0answers
23 views

iphone 6 plus default keyboard varies in my app

I was facing a keypad problem in iphone 6plus for past one week. I have google it lot still, i didn't get solution. In my xib also keyboard is given as default only. But i don't know it differs in my ...
-1
votes
1answer
28 views

Get device browser data into my application in iPhone sdk

My requirement is getting browser data(safari history) into my iOS application. Is it passable? Can any one help me. Thanks...
2
votes
1answer
25 views

UINavigation Controller inside the UITabBar Controller?

I'm using PEPhotoCropEditor inside a UITabBar controller. When i choose image for cropping. its working fine with iOS 8.0. But when i crop the image from iOS 6.1 i'm getting the following error ...
0
votes
2answers
47 views

UIDatePicker Order Format

I am new to ios development tried UIDatepicker format like day month date. I tried alot but not able to get, Can any one help ? NSDate *storedDate = [[NSUserDefaults ...
1
vote
2answers
33 views

How to use setHTTPBody from UITextField input

I am using mycontacts restful API to integrate in to my application. Now, I want to use username and password entered by UITextField not manually. I do not know, how to do it in setHTTPBody. Any ...
5
votes
1answer
137 views

how to get current distance between iPhone and paired iWatch

is there any way to get distance between apple watch and paired iPhone. I am working on a test case in which .. iPhone and Watch should be notified when distance between both devices got change.
-4
votes
1answer
30 views

How iOS6 displays the same tableView group style as iOS7?

Cell in iOS6 has rounded corners, while in iOS7 is a rectangle. I have been working for more than a year, but the problem has been bothering me, if you can help me, I would be very grateful!
1
vote
0answers
26 views

No valid app key, exiting

I'm building an iPhone app in XCode and it was just fine untill yesterday when it started to crash with a "No valid app key, exiting" error message in the console. It usually crashes a few seconds ...
1
vote
2answers
39 views

Is there any way to store my app data (Sqlite) locally and i can access that data after my app is deleted or reinstalled?

I am facing some issue in my application regarding storage, i wanna store my app data locally in iPad and it can be accessible after deleting the app or app reinstalled . i wanna send my old app data ...
0
votes
3answers
98 views

How do I change the height of UITextField height based on device using AutoLayout and IB

Experts, I am struggling to dynamically scale the height of UITextField based on the screen size using AutoLayout. For example I would like to see TextFixed height as 25 when viewed on 3.5 screen ...
0
votes
0answers
18 views

How to show images selected in gallary. Which we have already pick from gallary in ios programming?

I am using ELCImagePickerController (https://github.com/B-Sides/ELCImagePickerController) to pick multiple images in my code. But now I,m having problem with showing images selected in gallery when i ...
0
votes
1answer
30 views

Not able to scan PDF 417 barcode using camera in iOS 6

I am trying to generate and scan a PDF 417 barcode using camera. I able to do this on iOS 7 pretty smoothly but camera, on iOS 6, is not able to detect PDF 417. Anybody worked on this before and have ...
0
votes
0answers
37 views

how to create invoice using ApI in ios

I tried to create invoice of paypal using the follwing url invoiceurl I wrote the following code NSURL *url = [NSURL URLWithString:@"https://svcs.sandbox.paypal.com/Invoice/CreateInvoice"]; ...
0
votes
2answers
55 views

When I selected a UITableViewCell and changed the background color the label then top got hidden

I used the original UITableViewCell, and settled the cell.selectedBackgroundView.backgroundColor =[UIColor whiteColor]. When I select the cell, the textlabel was covered which means that only the ...
0
votes
1answer
717 views

IOS & Objective C - how can i resolve this error “implicit declaration of function ”class_getname “ is invalid in c99”?

Actually there are two errors, the first one is : "implicit declaration of function "class_getname " is invalid in c99" The second one is : incompatible integer to pointer conversion initializing ...
0
votes
1answer
97 views

Is it possible to create a UITextField in iOS 6 with only a bottom border?

I want to customize a UITextField in iOS 6 which will look like a transparent text field with only a bottom border.I have found one image in stackoverflow earlier,but as I don't have 10 reputation I ...
1
vote
0answers
451 views

Autolayout works fine on iOS 8, but doesn't behave well on iOS 6 and 7 (I'm using XCode 6.2)

I'm using autolayout to correctly lay out some views inside a UICollectionViewCell. It works fine with iOS 8, but when I try to run it on iOS 7 or iOS 6, the cells appearance varies widely everytime ...
1
vote
0answers
111 views

iOS UICollectionView, how to animate datasource change?

I'm working with a UICollection view and would like to animate changes to it's datasource. New datasource shares a lot of items with the old one, and I would like to animate insertion of new items and ...
0
votes
1answer
83 views

not getting the values in xctest

I have declared a method called button state as -(int)buttonstate; In xctest.m when I instansiate my viewController and assigning to a int value i I am getting wrong value. -(int) buttonstate { ...
2
votes
1answer
62 views

how to calculate next 5th working date form the current date in ios programmatically

hi i have used NSDateComponents but could not calculate the 5th date NSDate *now = [NSDate date]; NSCalendar *calendar = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar]; ...
0
votes
2answers
51 views

iOS - customize class method in a singleton

I am customizing my singleton class of CLLocationManager. I have @property (nonatomic, strong) CLLocationManager *sManager; and static MyLocationManager* sMyLocationManager=nil; ...
0
votes
2answers
179 views

ios lock/unlocks count when device is background mode

I am doing one task which is lock /unlocks count.It is working fine when app is in foreground but it is not working in background.Please help me - (BOOL)application:(UIApplication *)application ...
0
votes
2answers
86 views

Unable to access custom tableviewcell button properties in Swift

Working on my first iOS app. I have created nib and a custom tableview cell. The cell has buttons and labels. I am able to access the labels but for some reason I cannot get the properties of the ...
0
votes
1answer
103 views

delete table cell from UITableViewController causes crash?

I added the following code in my iOS app to delete table cell from UITableViewController, but I get an error about the deletion. -(void)tableView:(UITableView *)tableView ...
0
votes
1answer
82 views

Navigation Bar color change

I am using Xcode 4.5.2 when setting navigation bar color using tint color property .now navigation bar color has the white shadow above my navigation bar color
0
votes
0answers
9 views

how to remove UIAlertNormalizingOverlay

After dismissing alertView, still _UIAlertNormalizingOverlay is appearing on windows subviews and this is the one which becomes first responder after alertview dismiss. Please tell me how to remove ...
0
votes
2answers
179 views

Memory leaks on iOS6 converting std::map to NSDictionary

I am writing a method to convert C++ std::map<std::string,std::string> to NSDictionary as below: NSDictionary* NSDictionaryFromMap(const StringMap& map){ NSMutableDictionary * dict = ...
0
votes
0answers
28 views

iOS - MobileCoreServices - wrong architecture error

I am getting the error "wrong architecture" for the MobileCoreServices framework when I run our app in iOS6. This framework has been in our project for quite a while, and past releases for iOS6 ...
0
votes
0answers
26 views

iOS 7 style Navigation Bar buttons in iOS 6

I would like to have the navigation bar buttons in my ios 6 (and 7) app, so they look similar. I've looked, but I can't find anything. I would also like to find an image that replicates the hamburger ...
1
vote
1answer
83 views

NS_ENUM & NS_OPTIONS: targeting a previous version of iOS 6 or OS X ML

I'm reading about NS_ENUM & NS_OPTIONS. The author says: If you'd like to use either macro when targeting a previous version of iOS or OS X, you can simply inline like so: #ifndef NS_ENUM ...
0
votes
1answer
42 views

How to create a Library/Framework that will be linked and used only if present at compile time

I'm interested in replicating the sort of functionality that you see with Apple frameworks: where Apps can take advantage of new frameworks on more recent versions of iOS but don't fail when they're ...
0
votes
0answers
29 views

Set status bar color to one color in iOS6

I would like to set the status bar color in my app to a single color, removing the gradient/glass effect. How can I do this? I did this for a UINavigationBar, but I can't find how to change the color ...
0
votes
0answers
112 views

Crash in UIWebView for iOS 6

I am seeing a crash in UIWebView when scrolling, zooming in especially when the web content contains lot of href links. Interestingly this happens only in iOS 6.X.X. We are good on iOS 7 & 8. ...
1
vote
2answers
67 views

dyld: Symbol not found: _UITransitionContextFromViewControllerKey

I've been getting reports of my app crashing on load in iOS 6. It's built with the iOS 8 SDK and works fine on 7 & 8. I've just managed to get hold of an iOS 6 device to test and it does in fact ...
0
votes
0answers
39 views

How to update app using Push Notification?

I have my application installed in my iPad containing some data. Provisioning Profile for this app has been expired. Now when i am trying to open this app, its not opening, I have updated new version ...
0
votes
0answers
13 views

Is an iOS app made by Xcode5.0 compatible with iOS6.0?

I have a trouble that I cannot update my iphone's OS but I want to test my app written in Xcode5.0 on device.
1
vote
0answers
134 views

NavigationController not working ios 7 but works ios 8 and ios 6

I have ran into a problem. I have updated my code in my xcode project and now on ios 7 the navigationController no longer is working but on ios 8 and ios 6 everything is fine. When app starts I ...
0
votes
0answers
46 views

Pod reference to UIKeyCommand crashes app in iOS6

Context: Our app uses cocoapods, and one of the pods included is slackTextViewController. This pod doesn't support iOS6, but our app has to. In order to work around this, we want to use this ...
0
votes
1answer
25 views

UITextField does not receive text changes

we have a simple UITextField which lies on a second UIWindow. Touching it will correctly make it the first responder and a keyboard will be shown. However, no touched key, but the backspace, fires the ...