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
0
votes
1 answer

Using SDK that calls deprecated APIs

Im developing an SDK and its deployment target is set to 9.0. Im using some API's that are deprecated in iOS 10 and above and others that are deprecated at iOS 13 and above. My question is what will happen to an app that is consuming my SDK and its…
Max
  • 799
  • 1
  • 5
  • 17
0
votes
1 answer

IOS14, IpadOS14, tvOS14, new user permission in AppStore required for tracking?

IOS14, IpadOS14, tvOS14, new user permission in AppStore required for tracking? Couple of questions of the new tracking permission requirements. Here is IOS, IpadOS & tvOS14 article for new transparency measurements for data collection:…
0
votes
1 answer

Align Images with same size and aspect ratio fill in SwiftUI

I'm using SwiftUI to create a Widget and I'm struggling with something that is pretty simple and straightforward in Swift. I have 2 images that are next to each other and I want them with the exact same size with aspect ratio fill but without…
Joan Cardona
  • 3,463
  • 2
  • 25
  • 43
0
votes
0 answers

App stuck on multiple place in iOS 14 beta

I had recently installed the Xcode 12 beta 3 and ran my project on it, but I realized the app stuck on multiple places. I don't know if I am doing something wrong in coding because these are the issues which I did not face in iOS 13 and below. Here…
adnan
  • 57
  • 1
  • 12
0
votes
1 answer

iOS14 Autorotation bug with debugger

EDIT: I found the culprit. A single line in code freezes iOS 14 device autorotation in debugger. The XCode project is "dead" forever unless you delete it and create a new copy. class ViewController: UIViewController { public static let…
Deepak Sharma
  • 5,577
  • 7
  • 55
  • 131
0
votes
1 answer

White background show as transparent in TextFIeld

I'm using the new Xcode beta version 12.0 beta 3 (12A8169g). During the first check, I noticed that TextField with white background shows as transparent background TextField: TextField on iOS 14: TextField on iOS 13.3: I was trying to change the…
NDM
  • 944
  • 9
  • 30
0
votes
1 answer

iOS 14 beta 3 - Application screen not displayed on full screen

I have updated my iPhone X from iOS 13.6 to the iOS 14 beta 3. Facing full screen issue for all applications installed on iPhone. Currently black view is displayed at top and bottom of the screen. Please see the attached screenshot for the same. Is…
yo2bh
  • 1,356
  • 1
  • 14
  • 26
0
votes
1 answer

UIPrintInteractionController crashed in iOS 14

When presented in a standalone single view application the following code works a treat. But when I try to load the same code on UISplitViewController the application crashed,But this code works like a charm in iOS 13 application.But In iOS 14 it is…
0
votes
1 answer

React Native Image component not render image from external url on iOS 14

I upgraded to iOS 14 + XCode-beta Version 12 beta 3 and from that moment React Native Image component not render an image from external URL. On Android, the Image component runs still perfectly. Here is my code on how I calling an image. const…
Robert Kaločai
  • 170
  • 1
  • 11
0
votes
0 answers

SwiftUI wrap adaptive Grid

I have this adaptive LazyVGrid setup, the problem is that I would like the small cells to wrap up into the space of 1 big cell but I can't find a proper way to do that This is how my grid import SwiftUI struct SubjectsView: View { …
Luca
  • 914
  • 9
  • 18
0
votes
1 answer

Navigation items with custom views disappear in iOS 14

Since updating my iPhone to iOS 14 beta 2 (and released 14.0) I have crashes due to nil implicitly-unwrapped (!) weak @IBOutlets and missing Storyboard-created left and right navigation items. When running the app I can see the items appear and then…
Rivera
  • 10,792
  • 3
  • 58
  • 102
0
votes
1 answer

Does the CL Visit API still work on iOS 14 when only approximate always allow location is granted? (not precise location)

From initial testing it appears that the CLVisit API does nothing when a iOS 14 device is granted 'Always' location permission but the "Precise Location" is disabled. Does the CLVisit API still work with "precise location" disabled? And if yes, how…
DanielG
  • 370
  • 1
  • 3
  • 15
0
votes
1 answer

history.go(-1) cannot work in IOS14 Beta2 App

My web app is working in a WebView of an IOS native application. There is a button on the top-left side of the page, and it will go back to the previous page after the button is clicked. So far so good, but recently many customers have upgraded…
Ron Smith
  • 197
  • 3
  • 17
0
votes
1 answer

iOS 14 beta allow location once is going to locationManager didFailWithError

I am checking my app on iOS 14 beta and In location permission If I select Allow location once it is going to Location failedWithError method and the error object is Domain=kCLErrorDomain Code=0 "(null)", error.localizedDescription is The operation…
Ajith Kumar
  • 1,202
  • 1
  • 10
  • 22
0
votes
1 answer

Send gestures event cause crash when a wkwebview dealloced on iOS14

In my app,push to a view controller contains wkwebview and use long press gesture to show the select text menu,then pop the view controller make web view to dealloc.And then push to another web view controller,send a gesture to webview,then…
apricot
  • 434
  • 1
  • 4
  • 10