Questions tagged [ios8.2]

For questions related to 8.2 version of the iOS operating system; use only when the question is specific only to the version, otherwise just use iOS tag

iOS SDK Release Notes for iOS 8.2.

72 questions
0
votes
0 answers

NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9814) in iOS 8.2 iPhone 4 device

The application is getting crashed while calculating Map route. The app is running fine with iPhone 5s( iOS 7.1.1) as well as iPad 2(iOS 8.2) but it crashes on iPhone 4s(iOS 8.2) device. Check the below error. api url: http://maps.apple.com/maps? …
Navnath Memane
  • 265
  • 1
  • 8
  • 25
0
votes
2 answers

PFFile Not Loading onto Table View

I'm working on a Parse query that pulls geo-based names and photos then loading them onto a table view. The first part of the query is coming through without an issue. I'm stuck on the second part of pulling/loading photos. I could be going wrong…
Christine
  • 53
  • 12
0
votes
3 answers

Implement charts [bar chart and line chart] in Apple Watch

I am working on a POC (for an existing application) to implement charts in Apple Watch (Analytics for Business/Enterprise data). I have seen a video from Saleforce tool that they include options for showing graphs and charts in Apple Watch. I went…
0
votes
2 answers

WatchKit Error - no notification payload

I'm receiving the following error, even though I added the NotificationPayload.apns file to my project. WatchKit Error - no notification payload. Add a payload to your WatchKit extension to populate your notification controller. How do I resolve…
Teja Kumar Bethina
  • 3,486
  • 26
  • 34
0
votes
1 answer

NSDateFormatter does not format date and time correctly

In my app, I setup local notifications for some events. However, NSDateFormatter does not format date and time correctly. When I format a date, It gives 3 hours earlier. Similarly, when I get the current time using NSDate(), it gives 3 hours earlier…
saksut
  • 673
  • 1
  • 7
  • 14
0
votes
2 answers

How to hide keyboard when UIDatePicker opened in iOS 8

I have updated iOS version to 8.2 but now facing some issues with UIDatePicker and UITextfield keyboard hiding.In iOS 8 UIActionsheet is not supported so I have changed my code to show date Picker but now keyboard is not getting hide when picker…
0
votes
2 answers

How do I remove navigation tab added by SWRevealViewController?

I am using am SWRevealViewController in my iOS 8.2 app. It works perfectly fine, but when my view displays though it a frosted navigation bar hangs around at the top of the screen, under the status bar. It is covering my background image, and I…
eadsjr
  • 681
  • 5
  • 20
0
votes
1 answer

Current Location does not update on a real device

I am new in iOS Development. My issue is that when I want to try get current location on real device but it is not working and give me following error: Trying to start MapKit location updates without prompting for location authorization. Must call…
Janisar
  • 31
  • 5
0
votes
1 answer

SPErrorGizmoInstallNeverFinishedErrorMessag error in iwatch app

I am working on a iwatch app . when i am runing app getting this error . why this error is coming how to solve. SPErrorGizmoInstallNeverFinishedErrorMessag
user4238267
0
votes
2 answers

Get the state of the iOS app from the watchkit extension

Is it possible to know the wether the iOS app is running in foreground from the Watchkit extension?
Waruna
  • 1,174
  • 1
  • 9
  • 20
0
votes
1 answer

How to handle the back button(iOS 8.2) in iphone

In my project, I was using some code to handle the back button as follows. NSMutableArray *VCs = [NSMutableArray arrayWithArray: self.navigationController.viewControllers]; if ([[VCs objectAtIndex:[VCs count] - 2] isKindOfClass:[LoginViewController…
abhimuralidharan
  • 5,752
  • 5
  • 46
  • 70
0
votes
0 answers

Apple Mach-O Linker Error with Exit Code 1

I have renamed the project from "RaceApp" to "MyDigitalDash" according to apple's docs but then suddenly it gives apple mach-o linker error with exit code 1 Ld…
Prem Tomar
  • 79
  • 10
0
votes
1 answer

How can I use UIImage(contentsOfFile:String) with image data downloaded from the internet?

I have an app which is loading a lot of image data from a web server. The data is being saved onto the ipad via: func saveParsedObject(objectToSave:AnyObject,dataCode:Int) { var path:String! = self.convertDataCodeToPath(dataCode) …
MB_iOSDeveloper
  • 4,178
  • 4
  • 24
  • 36
0
votes
1 answer

in ios 8 simulator can work for email sending properly

i am sending the email by using MessageUI Framework.It get crash log. Exception Type:Sigabrt and code:ox000000000000 0x000000000000.and abort() called.I tried to login into the simulator on my gmail it doesnt appear. some friends on…
juvva mahesh
  • 43
  • 1
  • 8
0
votes
0 answers

When i send a image through mailcomposeviewcontroller.I got error MailCompositionServices quit unexpectedly in xcode 6

Process: MailCompositionService [9497] Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific…
juvva mahesh
  • 43
  • 1
  • 8