Top "Ios9" questions

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

Invalid Swift Support / The SwiftSupport folder is empty

Environment: Xcode 7 GM I uploaded iOS app successfully using Xcode without error. This app is written in Objective-C and Swift. …

objective-c swift ios9 xcode7
Universal links on iOS vs. deep links (URL schemes)

As I'm reading, iOS 9 introduced Universal Links. In the "Support Universal Links" section in Apple's App Search Programming Guide, it …

ios ios9 deep-linking url-scheme ios-universal-links
XCode 7: Launch screens may not set custom classnames

I created a simple application using Xcode 7 Beta 2. The application simply contains class MyAppDelegate, MyViewController, MyMain.storyBoard and MyLaunchScreen.storyboard. …

interface-builder ios9 xcode7-beta4
How to get a CNContact phone number(s) as string in Swift?

I am attempting to retrieve the names and phone number(s) of all contacts and put them into arrays with …

ios swift ios9 contacts addressbook
kCFStreamErrorDomainSSL, -9802 when connecting to a server by IP address through HTTPS in iOS 9

We have an iOS app that connects to our server through HTTPS. When the app is built with the new …

ios iphone afnetworking ios9 app-transport-security
iOS9: Try to open app via scheme if possible, or redirect to app store otherwise

My question is about iOS9 only! I have an HTML landing page, and I try to redirect the user to …

javascript ios iframe safari ios9
iOS9: "Unable to Download App"

We are developing an internal iOS app for our company. We create a local distribution link of the form itms-services://?…

ios9 in-house-distribution
iOS 9: How to change volume programmatically without showing system sound bar popup?

I have to change the volume on iPad and using this code: [[MPMusicPlayerController applicationMusicPlayer] setVolume:0]; But this changing volume and …

ios objective-c ios9 mpmusicplayercontroller mpvolumeview
UI Testing Failure - Neither element nor any descendant has keyboard focus on secureTextField

This is my case: let passwordSecureTextField = app.secureTextFields["password"] passwordSecureTextField.tap() passwordSecureTextField.typeText("wrong_password") //here is an error UI …

ios xcode swift ios9 xcode-ui-testing
iOS 9 searchBar disappears from table header view when UISearchController is active

The structure: View1 (click a button) -> present modally (MyModalView: UITableViewController) MyModalView has UISearchController embedded. The searchBar of UISearchController …

ios swift uisearchbar ios9 uisearchcontroller