Questions tagged [ios14]

Use for questions specific to Apple's iOS 14 mobile operating system, released in 2020. General iOS questions should use the [ios] tag.

iOS 14 is the fourteenth version of Apple's iOS mobile operating system. Its beta version was announced at the company's Apple Worldwide Developers Conference (WWDC) on 22 June 2020. The ios14 tag should be used for questions specific to Apple's iOS 14 operating system. General iOS questions should use the tag.

Notable new features

Excerpt from https://www.apple.com/ios/ios-14-preview/:

  • Widgets on the Home Screen
  • Compact calls
  • Picture in Picture
  • Maps: Cycling directions, Electric vehicle routing, Guides
  • Siri: Compact design, Greater knowledge, Web answers, Send audio messages
  • Home: Suggested automations, Home status, Adaptive Lighting, Activity Zones, Face Recognition
  • Safari: Translation, Password monitoring, Privacy Report
  • Car keys and CarPlay: Car keys in Wallet, Share and manage keys, Power reserve, CarPlay wallpaper and new app types
  • AirPods: Spatial audio, Battery notifications, Automatic switching, Headphone Accommodations, Audio Sharing for Apple TV
  • App Clips
  • Privacy: Privacy information on the App Store, Recording indicator, Upgrade to Sign in with Apple, Approximate location
  • ARKit 4
  • Set default email and browser apps

Release notes: https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-14-beta-release-notes

1139 questions
7
votes
1 answer

How to modify the appearance of PHPicker

I have a problem with the new PHPicker on iOS 14. When my app request for photo library authorization, the system will prompt the user with three options, and if the user selects "select photos", the system will present a PHPicker in which the user…
Mani
  • 71
  • 1
7
votes
2 answers

How to set time picker at top of inline style Date picker in iOS 14?

I have set inline style date for iOS 14. In this date picker timer picker is display at bottom. I want to display that time picker at top of inline style date picker like display in iOS default calendar app. My app screen shot: iOS default calendar…
Yogendra Patel
  • 813
  • 2
  • 8
  • 24
7
votes
2 answers

SwiftUI Widget iOS 14 gradient issue

I want to create a gradient color for my widget using custom colors. And I have a problem when I only use two colors, as a result, not one of the colors is applied, but the background turns green! struct WeatherWidgetMediumView: View { var…
Maxim Zakopaylov
  • 546
  • 2
  • 5
  • 23
7
votes
0 answers

Debugging on iOS 14.1 using Xcode 11.3.1 with iOS 14.1 DeviceSupport folder installed not working

I am getting an error when trying to debug iOS 14.1 iPhone using Xcode 11.3.1. It installs the app fine but doesn't debug. I get this error. Anybody able got this and able to resolve this? An error was encountered while attempting to communicate…
Pradeep K
  • 3,671
  • 1
  • 11
  • 15
7
votes
1 answer

Context Menu Destructive Actions, SwiftUI

I'm trying to add a delete action in a context menu, however it just gets displayed as the default black color. The Photos app uses a red color for its delete action as well. I've seen in some spaces online that this is not a functionality currently…
JoshHolme
  • 303
  • 2
  • 15
7
votes
1 answer

Portrait videos no longer retain aspect ratio in iOS 14

Using version Texture 3.0.0 with XCode 12 and iOS 14, a problem that appears only on iOS 14 devices, is that portrait videos load with the wrong resolution (it may seem that they swap their width with their height). Auto play works fine, but manual…
ericosg
  • 4,926
  • 4
  • 37
  • 59
7
votes
1 answer

iOS 14.2 Beta - AVPlayer Cannot Play

Apple has made a significant AVFoundation change in iOS 14.2 beta from iOS 14.0 (Now Playing Control Center UI change and etc). The problem is that a simple audio AVPlayer app that worked perfectly in iOS 14.0 does not work in iOS 14.2 Beta 2…
David Liu
  • 952
  • 7
  • 15
7
votes
1 answer

Can I disable specific widget sizes in SwiftUI iOS 14

Do we need to have all 3 system sizes available for widgets in iOS 14? Is it possible to disable SystemLarge/Medium? Thanks
Grazor
  • 221
  • 1
  • 7
7
votes
3 answers

addUIInterruptionMonitor() not working on device running iOS 14.0.1

Since upgrading my device (iPhone 11) to iOS 14.0.1, I have found addUIInterruptionMonitor() to not be triggered at all. It was working before on iOS 13.4.1, which was the last version I had installed. My…
podomunro
  • 495
  • 4
  • 16
7
votes
1 answer

Request AVAsset using iCloud PHAsset returns an AVAsset with no VideoTracks

Recently, started noticing some assets were not being displayed when importing them from the photo library. The assets in questions are stored in iCloud and are not cached on the device. I believe it is an iOS 14 issue, since I have never…
Swift Rabbit
  • 1,370
  • 3
  • 14
  • 29
7
votes
1 answer

SKProductsRequest fails in Xcode 12 GM in UI Tests and SKTestSession

When I run SKProductsRequest from UI Tests session in Xcode 12 GM, it always fails with this error: Error Domain=SKErrorDomain Code=0 "UNKNOWN_ERROR" UserInfo={NSLocalizedDescription=UNKNOWN_ERROR, NSUnderlyingError=0x600003d30f30 {Error…
silvansky
  • 2,426
  • 2
  • 19
  • 20
7
votes
0 answers

Widget getTimeline method called multiple times for customized intents

In my iOS 14 widget with a single custom intent, when the user selects one intent, then changes to another, my getTimeline method is called multiple times for each intent on each refresh - including previously-selected ones. I would expect…
Daven
  • 549
  • 4
  • 11
7
votes
1 answer

Selectable objects on UITableViewCell not responding to user input on iOS14

While compiling a couple of projects with XCode 12 (beta 5 is the latest version at the moment) and running them on iOS14, I've noticed that UIButton, UITextField, and many other selectable objects are not responding to user input when inside of a…
JMiguel
  • 1,459
  • 1
  • 10
  • 12
7
votes
0 answers

SwiftUI Padding Not Working After Upgrading to iOS14 Beta 4 and Xcode 12 Beta 4

I am currently updating my iOS application to support iOS 14, using Xcode Beta software. Yesterday, I updated to Xcode Beta 4 and padding on my application became all out of wack. In the image above, I have the padding set to…
user8350399
7
votes
2 answers

How do I make a clickable pin in SwiftUI's new Map view?

I'm using SwiftUI new Map view to display pins for annotations, and would like the pins, when clicked, to display a view for editing the annotation's name and description. I've tried to use MapAnnotation with a view that contains a button with a pin…
Beranga
  • 81
  • 1
  • 7