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

Issue with computed property not being updated for showing Sheet in Xcode 12 (worked before)

This code has the following issue: The first click on any list item will show the sheet with "This is sheet 0" - meaning that @State property "var example: Int" is not updated as part of the button code (exit live preview and start it again, will…
rmw
  • 1
  • 1
0
votes
0 answers

QML Text objects missing spaces after commas or periods in iOS 14

With QML based applications iOS 14 - for any Text elements that contain a space following a comma or period - the space does not appear. Has anyone else run into this? If I change the text to be two spaces after a comma, then a single space does…
DaveK
  • 658
  • 8
  • 21
0
votes
0 answers

Error MT2002: Failed to resolve assembly: Microsoft.WindowsAzure.MobileServices.iOS

I have updated my xamarin.ios project to IOS14 SDK and i am getting the following build error Error MT2002: Failed to resolve assembly: 'Microsoft.WindowsAzure.MobileServices.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' (MT2002) I…
Loukas
  • 616
  • 1
  • 6
  • 22
0
votes
0 answers

How can I only allow LAN requests that aren't secure in Swift iOS14

I've been searching the internet and still cannot find an answer. My app talks to other smart home products within the home. For example, it can make requests to the Philips Hue Bridge to control the lights via POST requests. The IP of my bridge is…
Nathan
  • 1,393
  • 1
  • 9
  • 40
0
votes
2 answers

How to handle URL with AppDelegate in Swift5.3

I'm looking to handle a url like "myApp://oauth-callback/xxxx" In Swift 5.3 we no longer have an "AppDelegate" file and the documentation is now obsolete. So I did this by following different documentation but it does not work... my print never…
Emile
  • 11
  • 3
0
votes
0 answers

iOS 14 odd pointer jump with bitwise operation leading to a crash

I am debugging an odd crash with iOS 14. I added a UIColor extension to easily create colors from hex values. Up until iOS 14, this has worked just fine. With iOS 14, I am getting crashes that seem to be stemming from line 4 but end up on completely…
Zorayr
  • 23,770
  • 8
  • 136
  • 129
0
votes
0 answers

swiftui drag and drop puzzle game

I want create a puzzle game how on picture. I have a first picture it's empty view and second images it's a few piece. When I started implements I have a problem with logic Gesture. I have a struct where I drag picture and change position on screen…
sergio_veliz
  • 149
  • 9
0
votes
1 answer

SwiftUI position and frame animation broken in iOS 14

I have a progress view whose progress / width can be animated. This animation works by itself. However, in some cases, the parent view changes its layout and a new view is added above the progress bar. Then, the progress view moves down to make…
Yannick
  • 3,210
  • 1
  • 21
  • 30
0
votes
2 answers

UIDocumentPickerViewController is not working when testing with my iPad but fine with simulators

I am creating an app to display a PDF file selected by UIDocumentPickerViewController for iPads. Although the following code works fine with simulators of Xcode, for some reason, it won't work with my test iPad (iPad Mini, 5th gen). I can select a…
user8460166
  • 73
  • 1
  • 6
  • 24
0
votes
1 answer

Parsing RSS XML in WidgetView Extension of iOS 14

I have an XMLParser set up in Swift in my app, and want to be able to within the widget extension, parse the RSS feed, and return that data in the widget. However, I'm having some issues getting the two Swift files to talk to each other. In the…
user717452
  • 33
  • 14
  • 73
  • 149
0
votes
0 answers

iOS14 UICollectionView Not Displaying Properly

After upgrading to XCode12 and iOS14 I have an issue in one collection view which does not display as it did when compiling for iOS 13.6. The order of the cells is wrong and the spacing/dimensions are as well. Please see the picture (top, in the…
Marco
  • 81
  • 1
  • 8
0
votes
1 answer

xcdebuild ios14 with googleMap framework build

Since ios14 update I am not able to build my application on my CI machine. It works in Xcode (I have build and released my app to test flight). But I cannot get it to compile and unit test via xcodebuild cli here is the command I write to launch my…
FitzChill
  • 815
  • 8
  • 18
0
votes
0 answers

Sms received from iOS14 phones show "@" as "¡"

Our website has a function to receive sms from our clients. Some client send sms with their email address, the system has working find for the last 10 months. Today we found out that the email from some sms look like this: name¡gmail.com Notice…
catcon
  • 1,295
  • 1
  • 9
  • 18
0
votes
2 answers

Hide List arrow iOS14 - Xcode 12

I have a list in iOS 14 / Xcode 12 Im using the following/tried the following to hide the little arrows in the corner: .listRowInsets(EdgeInsets()) .background(Color.white) .listStyle(PlainListStyle())][1]][1]
Gurmukh Singh
  • 1,875
  • 3
  • 24
  • 62
0
votes
1 answer

Rotate a view in SwiftUI iOS 14

I want to rotate my view so that it changes its frame and covers the entire screen on rotation. I've tried all the types of rotations along with different anchors. This was working perfectly fine in iOS 13 but inside iOS 14 there is a strange gap…
Rish
  • 1
  • 1
  • 1