Questions tagged [ios7.1]

iOS 7.1 was released by Apple on March 10, 2014 and includes new features and significant UI and performance improvements.

iOS 7.1 is packed with interface refinements, bug fixes, improvements, and new features. Apple CarPlay introduces a better way to use iPhone while driving. And you can now control exactly how long Siri listens and more.

The update landed almost 5 months since the first beta of 7.1 was made available to developers. Many improvements were made to the OS, including speed enhancements, UI tweaks and Siri enhancements. iOS 7.1 was also the first update which allowed people who were running a beta version of the OS to update over the air to the final release.

Features

• CarPlay

  • iOS experience designed for the car
  • Works by connecting a Lightning enabled iPhone to a CarPlay enabled vehicle
  • Supports Phone, Music, Maps, Messages, and 3rd-party audio apps
  • Control Siri with the car’s touchscreen, knobs, and buttons

• Siri

  • Manually control when Siri listens by holding down the Home button while you speak and releasing it when you’re done
  • New, more natural sounding male and female voices for Mandarin Chinese, UK English, Australian English, and Japanese

• The Phone app has a new-look dialer

• iTunes Radio

• Calendar

  • Option to display event list with the month view

  • Country specific holidays automatically added for many countries

• Bold text option now includes the keyboard, calculator, and many icon glyphs

• Reduce Motion option now includes Weather, Messages, and multitasking UI animations

• New options to display button shapes, darken app colors, and reduce white point

• Camera app has a new ‘HDR Auto’ feature.

• New iPad wallpapers

• Photos & Camera tab in iOS Settings has a new ‘Upload Burst Photos’ option

• Bug Fixes/Improvements

579 questions
10
votes
2 answers

Keep getting alert view message of "Open this page in YourAppName?" when trying to launch app from safari

I need to be able to launch my iOS app from the Safari browser. So I went to my .plist file in xcode and added an item to my URL Schemes and entered in the string of myappname. Now if I go to Safari, and type myappname:// in the URL address bar and…
user3344977
  • 3,584
  • 4
  • 32
  • 88
9
votes
3 answers

Flipped x-scale breaks collision handling (SpriteKit 7.1)

I use SKNode's xScale property to flip my sprites horizontally. Now, after updating iOS to version 7.1 horizontal flip causes my objects to sink inside the ground. (See animation below). The problem occurs only with xScale property. Vertical flips…
JKallio
  • 903
  • 5
  • 15
9
votes
2 answers

Xcode 5.1 ld: library not found for -lGoogleAnalyticsServices

Today I updated my Xcode to Xcode 5.1, and now every time I try to compile my code and test it on the simulator I got several errors about architecture 86_64 and Google Analytics Services Library. This is what I got: Ld…
prelite
  • 1,073
  • 2
  • 9
  • 20
8
votes
1 answer

Appium - Not able to launch the inspector

Team, I am facing issues launching the Inspector. I might be missing something in my configurations or setup, but not able to figure out. I am trying to connect to real device (iOS 7.1.2). Please find the below screenshots for your…
Ramesh Sangili
  • 1,633
  • 3
  • 17
  • 31
8
votes
4 answers

SLComposeViewController Dark Keyboard Appearance

How to use UIKeyboardAppearanceDark with SLComposeViewController? The SLComposeViewController class presents a view to the user to compose a post for supported social networking services. SLComposeViewController *controller =…
Zelko
  • 3,793
  • 3
  • 34
  • 40
8
votes
4 answers

Blurring effect disappeared on iOS 7.1

For some reason the blur effect is gone from my app on iOS 7.1. I'm running the same code on a device with iOS 7.0.x and on another with 7.1. Here's what I see: iOS 7.0.x iOS 7.1 What can be the issue and how to fix this? (obviously I want to…
Sergey Katranuk
  • 1,162
  • 1
  • 13
  • 23
8
votes
2 answers

Getting "Cannot install applications because the certificate is not valid" error on iOS 7.1

I'm getting the above mention error when my client update their device to iOS 7.1, and then try to update our app from the AppCenter. After some searching, i found a post with a similar problem here. But then since i'm in an environment where by the…
ipohfly
  • 1,959
  • 6
  • 30
  • 57
8
votes
2 answers

ios 6.0 Simulator in xcode 5.1

I just successfully updated my Xcode tool to 5.1 version and when I check Downloads option in preference section then I noticed there is no option to download ios 6.0 simulator.(Please check attached image) So how can I access ios 6.0 simulator in…
Pratik Bhiyani
  • 2,489
  • 3
  • 17
  • 27
7
votes
1 answer

UICollectionView show footer only for the last section

How can I show footer view only for one section? As I found out, I can't pass nil to hide footer views in other sections, as it produces crash. override func collectionView(collectionView: UICollectionView, viewForSupplementaryElementOfKind kind:…
Shmidt
  • 16,436
  • 18
  • 88
  • 136
7
votes
1 answer

OCUnit is deprecated. Error After upgraded Xcode to 5.1

I have just updated to Xcode 4.6 to 5.1 and iOS 7.0 to7.1.1Now my project is displaying a Warning alert view ”OCUnit Deprecated The project “Project Name” uses OCUnit for unit testing, which is deprecated. Choose “Convert to XCTest” to update this…
Musthafa
  • 862
  • 3
  • 12
  • 27
7
votes
1 answer

Audio Session: Using measurement mode causes low volume / no sound in iOS 7.1

Using AVAudioSessionModeMeasurement with AVAudioSessionCategoryPlayAndRecord used to work fine under iOS 5.x, 6.x, and 7.0, but it now results in low volume / no sound from the speaker on some (not all) devices under iOS 7.1. Here's the…
Arda
  • 757
  • 10
  • 18
7
votes
2 answers

How to remove the gray layer under inputView in iOS 7.1

Ok, here is how my app used to look like in iOS 7.0: Now in iOS 7.1 for some reason it looks like this: As you can see instead of white blurred background (the greeninsh thing is actually a green UITextField underneath) it is now gray blurred…
AXE
  • 8,335
  • 6
  • 25
  • 32
7
votes
3 answers

Detects iOS 7.1 version

I use this code #define IS_IOS7 (NSFoundationVersionNumber > NSFoundationVersionNumber_iOS_6_1) To find if the app is running on iOS7. But I now need to know if it runs on iOS7.1 but there isn't any NSFoundationVersionNumber_iOS_7_0 and…
Tancrede Chazallet
  • 7,035
  • 6
  • 41
  • 62
7
votes
3 answers

How can the appearance of Button Shapes enabled through the Accessibility settings be influenced in iOS 7.1?

The release of iOS 7.1 brings the availability of Button Shapes under the Accessibility settings. I've noticed that their appearance can be inconsistent within my app. Mostly, I'm getting a black background after having implemented a…
Daniel Zhang
  • 5,778
  • 2
  • 23
  • 28
7
votes
1 answer

Differences between iOS 7 to iOS 7.1

Just updated my Xcode to 5.1 and the iPhone i work on to the 7.1.0. A lot of apps that I have made, I have to redesign for the new iOS, because whenever you used a UINavigation bar, the Y point of your UITableView in UITableViewController would be…
MCMatan
  • 8,623
  • 6
  • 46
  • 85
1 2
3
38 39