Questions tagged [ios9]

iOS 9 is the ninth version of Apple's iOS mobile operating system. It was announced at the company's Apple Worldwide Developers Conference (WWDC) on June 8, 2015.

Introduced at the WWDC on June 8, 2015. iOS 9 brings many new improvements and enchantments. Many new features are introduced such as:

  • Multitasking for iPad
  • New Spotlight Integration
  • App Thining
  • iOS 9 includes a new News app (replacing the Newsstand app)
  • The Passbook application was renamed Wallet
  • 3D Touch, which is only available on the iPhone 6S and iPhone 6S Plus, is deeply incorporated into iOS 9

Along with those Apple introduced many new and powerful frameworks, that allow you to set rules for your games, model world and even record and replay gameplay. Those new frameworks include:

  • GamplayKit
  • ReplayKit
  • Model I/O

Also some existing frameworks were updated and received some major new functionality, such as:

  • HomeKit
  • HealthKit
  • MapKit
  • CloudKit

Compatibility

It's confirmed supported iOS 9 compatible devices:

  • iPhone 6S Plus
  • iPhone 6S
  • iPhone 6 Plus
  • iPhone 6
  • iPhone 5S
  • iPhone 5C
  • iPhone 5
  • iPhone 4S
  • iPad Air 2
  • iPad Air
  • iPad 4
  • iPad 3
  • iPad 2
  • iPad Mini 4
  • iPad Mini 3
  • iPad Mini 2
  • iPad Mini
  • iPod Touch 5G

More information can be found here:

iOS 9 preview

Whats new in iOS 9

iOS 9 release note

iOS 9 API differences

4161 questions
1593
votes
29 answers

Transport security has blocked a cleartext HTTP

What setting do I need to put in my info.plist to enable HTTP mode as per the following error message? Transport security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your…
Jeef
  • 26,861
  • 21
  • 78
  • 156
598
votes
24 answers

The resource could not be loaded because the App Transport Security policy requires the use of a secure connection

I am facing the Problem when I have updated my Xcode to 7.0 or iOS 9.0. Somehow it started giving me the Titled error "The resource could not be loaded because the App Transport Security policy requires the use of a secure connection" Webservice…
Manab Kumar Mal
  • 20,788
  • 5
  • 31
  • 43
468
votes
8 answers

How do I load an HTTP URL with App Transport Security enabled in iOS 9?

So, the new beta SDK of iOS released last night has "App Transport Security" which encourages developers to use https instead of http. In principle, this is a great idea, and I already use https in our staging/production environments. However, I…
Graeme Mathieson
  • 5,108
  • 3
  • 17
  • 9
427
votes
6 answers

iOS9 Untrusted Enterprise Developer with no option to trust

This is not a duplicate of Untrusted App Developer. Since iOS9 there is no option to trust an enterprise build. Has anyone found a workaround?
Ryan Romanchuk
  • 10,819
  • 6
  • 37
  • 41
395
votes
7 answers

New warnings in iOS 9: "all bitcode will be dropped"

I have this new warning about the Google Framework in my app: (null): URGENT: all bitcode will be dropped because '/Users/myname/Library/Mobile …
C.Farrugia
  • 4,116
  • 3
  • 14
  • 12
222
votes
14 answers

Delay/Wait in a test case of Xcode UI testing

I am trying to write a test case using the new UI Testing available in Xcode 7 beta 2. The App has a login screen where it makes a call to the server to login. There is a delay associated with this as it is an asynchronous operation. Is there a way…
Tejas HS
  • 2,565
  • 2
  • 16
  • 13
207
votes
11 answers

CFNetwork SSLHandshake failed iOS 9

has anyone with the iOS 9 beta 1 had this issue? I use standard NSURLConnection to connect to a webservice and as soon as a call is made to the webservice i get the below error. This is currently working in iOS 8.3 Possible beta bug? any ideas or…
user3099837
  • 3,931
  • 5
  • 15
  • 13
203
votes
17 answers

Add views in UIStackView programmatically

I'm trying to add views in UIStackView programmatically. For now My code is: UIView *view1 = [[UIView alloc]init]; view1.backgroundColor = [UIColor blackColor]; [view1 setFrame:CGRectMake(0, 0, 100, 100)]; UIView *view2 = [[UIView…
Altimir Antonov
  • 4,966
  • 4
  • 24
  • 26
188
votes
3 answers

What does the shrink-to-fit viewport meta attribute do?

I'm having trouble finding documentation for this. Is it Safari specific? There was a recent bug in iOS 9 (here), the solution to which is adding shrink-to-fit=no to the viewport meta. What does this code do?
755
  • 2,991
  • 3
  • 20
  • 34
168
votes
5 answers

"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 no such warning till Xcode 6. I don't understand why it may have come and that too, only on iPad. According to an Apple forum thread it could…
StudentX
  • 2,506
  • 5
  • 19
  • 28
168
votes
28 answers

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 Testing Failure - Neither element nor any descendant has…
Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
157
votes
1 answer

Error: _handleNonLaunchSpecificActions in iOS9

I am getting the following error on iOS 9: -[UIApplication_handleNonLaunchSpecificActions: forScene: withTransitionContext: completion:] unhandled action -> { …
Roddy
  • 2,018
  • 3
  • 16
  • 21
155
votes
6 answers

Change status bar text color to light in iOS 9 with Objective-C

In iOS 9, how do I change the color of the status bar text to white?
reza_khalafi
  • 6,230
  • 7
  • 56
  • 82
147
votes
44 answers

iOS Universal Links are not opening in-app

So I followed this tutorial exactly and use the same values as the ones provided: https://blog.branch.io/how-to-setup-universal-links-to-deep-link-on-apple-ios-9 The Apple Association file is also ready in the link…
Legolas
  • 12,145
  • 12
  • 79
  • 132
144
votes
13 answers

How can I add NSAppTransportSecurity to my info.plist file?

https://developer.apple.com/videos/wwdc/2015/?id=711 @5:55 I can't seem to be able to add this to my info.plist. There is no value it. I'm running XCode Version 7.0 beta (7A121l), and testing on iOS9. Because I can't specifically declare what URL's…
chris P
  • 6,359
  • 11
  • 40
  • 84
1
2 3
99 100