Top "Ios9" questions

iOS 9 is the ninth version of Apple's iOS mobile operating system.

iOS 9 ATS SSL error with supporting server

I installed Xcode 7 and tried running my app under iOS 9. I'm getting the infamous error: Connection failed! Error - -1200 …

ios objective-c ssl nsurlsession ios9
Ambiguous reference to member 'joinWithSeparator' in swift

I'm using Google's 'reverseGeocodeCoordinate' to get address based on latitude and longitude. I'm getting the following error in the implementation …

swift nsarray ios9 google-maps-sdk-ios
"changing property masksToBounds in transform-only layer, will have no effect" in Xcode 7

I am receiving this warning in the debugger console when I launch my app on iPad Xcode 7 beta 6. There was …

ios ios9 xcode7-beta6
How to upload file apple-app-site-association for universal linking in server for iOS app?

What is the procedure to upload apple-app-site-association file in server. stg1.example.com is website where universal linking need to …

ios ios9 ios-universal-links
NSInternalInconsistencyException: 'Invalid parameter not satisfying: !stayUp || CLClientIsBackgroundable(internal->fClient)'

I'm trying to get my app working in Xcode 7 beta but I'm hitting this exception: NSInternalInconsistencyException: 'Invalid parameter not satisfying: !…

ios objective-c ios9 xcode7 cllocationmanager
iOS9 Swift File Creating NSFileManager.createDirectoryAtPath with NSURL

Before iOS9, we had created a directory like so let documentsPath = NSSearchPathForDirectoriesInDomains(.DocumentDirectory, .UserDomainMask, true)[0] as! String let logsPath = documentsPath.…

swift ios9 nsfilemanager
Google Sign-In crashes on iOS 9 attempting to call canOpenURL

While testing Google Sign-In 2.1.0 on the iOS 9 SDK, invoking GIDSignIn.sharedInstance().signInSilently() ends up crashing on an internal Google Sign-In …

ios ios9 google-signin
error: Invalid bitcode version (Producer: '800.0.35.0_0' Reader: '703.0.31_0')

When I try to Archive my application on Xcode 7.3.1, I am getting following error: error: Invalid bitcode version (Producer: '800.0.35.0_0…

ios xcode ios9 xcode8
iOS 9 safari iframe src with custom url scheme not working

I use this solution https://gist.github.com/davidwkeith/2662899 to redirect from web page into my app if app installed. …

ios safari ios9
iOS 9 LaunchServices: ERROR: There is no registered handler for URL scheme itms-services

We have some in-house apps and before iOS 9, the apps will open a link like "itms-services://" after version compare, the …

ios ios9 enterprise-distribution