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

NSNumberFormatter bug on iOS 14

Seems like there is a bug with NSNumberFormatter on iOS14 when your region is set to Cambodia where the amount is being formatted to "1.234,56" which is not the format being used there. It was okay on iOS13. I cannot see any references in regards…
jamieaguinaldo
  • 129
  • 1
  • 2
  • 13
0
votes
3 answers

iOS 14 Wrong Keyboard size

I am getting wrong keyboard frame when I switch orientation from landscape to portrait. This is how I am getting the keyboard frame. let value: AnyObject = (note as NSNotification).userInfo![UIResponder.keyboardFrameEndUserInfoKey]! as AnyObject …
Waqas
  • 959
  • 1
  • 8
  • 17
0
votes
1 answer

Crash app when I handle image on Action Extension: iOS 14.0, xCode 12.0

I have problem when I handle image in Action Extension: It crashed when I set image to UIPasteboard or handle Image UIPasteboard.general.image = image or let dataCompress = image.jpegData(compressionQuality: value)! The message is: Thread 2:…
0
votes
0 answers

iOS 14 / XCode 12 - Previous assets no longer working?

EDIT: I'm now also having issues setting a UIImageView to a PDF File thats in the Assets.xcassets folder. Relatively new. (~8 months) so this is my first time experience a major software release. I have some code the preloads data on the first…
StonedStudio
  • 507
  • 3
  • 20
0
votes
0 answers

Strange problem with Xcode 12 and iOS 14, error Coresimulator and more

I created an app with Cordova that has bugs with iOS 14 and I need to update it. However, this problem that he presents to me is very strange and I don't think Cordova is the problem. The previous project opens quietly, starts but has bugs. For this…
Jollyvideos
  • 113
  • 2
  • 7
0
votes
4 answers

Attribute Inspector Does Not Appear In Xcode 12

I recently updated my Xcode to Xcode 12 and I got the following issue when I chose any object in my storyboard I couldn't access to the attribute Inspector. Does anyone has faced such an issue after updating Xcode?
i4mjad
  • 95
  • 7
0
votes
1 answer

Xcode12; New “Subclass MPMediaItem must implement -valueForProperty” error

Just updated to Xcode 12.0 from the last version of Xcode 11/iOS13 and am getting an error in AppDelegate: Thread 1: "Subclass MPMediaItem must implement -valueForProperty: defined in [MPMediaItem class]." When the app starts, I MPMediaQuery the…
Ronni
  • 55
  • 1
  • 7
0
votes
3 answers

View don't disappear with the way it should

I am trying to make the yellow views disappear from bottom and top with a nice and smooth animation. (slide/move to top/bottom + fadding and keep the middle view taking the whole space) This is my current state, and it is everything but smooth and…
Oleg G.
  • 550
  • 5
  • 25
0
votes
2 answers

We are unable to download iOS enterprise apps after upgrading devices to iOS 14

We distribute enterprise apps via our own web site. Starting with iOS 14, we are unable to download apps. The error message is "Unable to install appname. Please try again later."
TychaBrahe
  • 55
  • 6
0
votes
0 answers

Trigger performSegue from tableviewcel no longer working in iOS14

I currently have a tableview cell that contains a button. Once clicked it calls a function on the main vc and performs a segue. However, since upgrading to iOS 14 it produces an error. It worked great before without issue. I've also tried using…
0
votes
1 answer

Animating CALayer is not working on iOS 14

I have a problem with animating CALayer after updating to Xcode12 and iOS14 - animations that used to work on iOS13 are not working on iOS14. Here is the code for animations: private func animateCellPress() { let lightShadowAnimation =…
schemabuoi
  • 53
  • 8
0
votes
1 answer

CCCrypt - Type of expression is ambiguous without more context after iOS 14 update

So this morning I updated my OS and XCode to iOS 14, as prompted by the system. However, when I opened XCode after the update, I encountered the error Type of expression is ambiguous without more context. I have not changed the code, and it was…
kyrers
  • 489
  • 1
  • 6
  • 22
0
votes
1 answer

my app is crash on ios14 App crash on splash Screen in flutter?

issue in old build i have build my flutter ios build with Debug so it will crash on ios 14 new major release
Hardik Bar
  • 86
  • 6
0
votes
1 answer

iOS 14 - Source app's responsibility - Display ads that the ad network signs

I have little bit of confusion regarding the second point mentioned for the source app's responsibility in documentation of SKADNetwork. Add the ad network’s ID to its Info.plist. Display ads that the ad network signs. First part is done. I have…
Rishab
  • 1,901
  • 2
  • 18
  • 34
0
votes
1 answer

Is there any way to control Local Area Permission Dialog on iOS 14

I am using some networking API's such as CNCopyCurrentNetworkInfo in order to fetch the SSID. As a result, the Local Area Permission is dialog is shown to the user on iOS 14. If the permission is denied, CNCopyCurrentNetworkInfo returns always nil…
Aman.Samghani
  • 2,151
  • 3
  • 12
  • 27