Questions tagged [ios12]

The iOS12 tag should be used for questions specific to Apple's iOS 12 operating system. General iOS questions should use the iOS tag.

iOS 12 is the twelth version of Apple's iOS mobile operating system. It was announced at the company's Apple Worldwide Developers Conference (WWDC) on Sep 17, 2018. The ios12 tag should be used for questions specific to Apple's iOS 12 operating system. General iOS questions should use the ios tag.


683 questions
7
votes
0 answers

AutoFill username with number pad keyboard seems broken in iOS 12 (works in iOS 11)

My view has just 2 text fields, for username and password. Content type is specified accordingly. I want to use phone numbers as usernames, so I chose "Number Pad" as keyboard type for username field. The issue is that when I run this on iOS 12,…
jesse
  • 650
  • 5
  • 19
7
votes
2 answers

AFNetworking error 53 during attempted background fetch

While updating my application to support Background App Refresh I ran into problem with AFNetworking. I am getting NSPOSIXErrorDomain Code=53 "Software caused connection abort". The problem seems to occur in iOS 12, where the background connection…
Peter G.
  • 7,816
  • 20
  • 80
  • 154
7
votes
2 answers

Setting application badge using provisional authorization in iOS 12

So iOS 12 introduced Provisional Authorization for Quiet Notifications that could be seen in Notification Center but not on the Lock screen. It has very cool advantage - you don't need user's approval to send one. Several articles…
Ruslan Mansurov
  • 1,281
  • 16
  • 23
7
votes
0 answers

Universal links are not working in iOS 12

I uploaded an app to the AppStore which supports universal links and is working perfectly without any issues in iOS 11. Recently I updated my device OS to iOS 12 and downloaded this app from the AppStore. Universal links stopped working, which means…
user1249854
  • 187
  • 1
  • 8
7
votes
2 answers

Application crashes after upgrading device to iOS12

My enterprise application is working fine till iOS 11. Yesterday once I updated one of the device to iOS 12 and tested the application. It is crashing at launch. While debugging I found it works fine on Simulator but crashing on device even before…
AshwiniM
  • 73
  • 1
  • 1
  • 5
7
votes
2 answers

Siri Shortcuts: How do I create a UI for the intent parameters of an iOS shortcut?

I'm trying to create an INIntent to be set up with the new iOS Shortcuts app in iOS 12. I have read the documentation and watched the apple video about it. I have managed to set everything up and the shortcuts work well, however I can’t seem to…
Anton
  • 978
  • 8
  • 16
7
votes
1 answer

Cookies with a SameSite policy enforced are blocked in iOS 12 for SSO flows involving cross-origin requests

Summary: Third party login breaks in iOS / OS 12! We have a common login that works across multiple websites. This is working fine in Firefox, Chrome and Safari on Windows, macOS and iOS. But with iOS 12 and macOS 12, it seems cookies are no longer…
Tarostar
  • 1,196
  • 1
  • 15
  • 27
7
votes
1 answer

Place image from Gallery on a Wall using ARKit

I have a list of images coming from server and stored in gallery. I want to pick any image and place on live wall using ARKit and want to convert images into 3d images tp perform operation like zooming , moving image etc. Can anybody please guide…
Nitisha Sharma
  • 263
  • 3
  • 12
6
votes
0 answers

iOS 13 emojis are in gray color showing

In ios12 emojis are showing perfect but I updated my Xcode and in iOS 13 all emojis turns to gray any one please help me how can be able to fix this. In code I have written like this //Show pop up let otherAlert = UIAlertController(title:…
shashi Gupta
  • 141
  • 1
  • 11
6
votes
1 answer

UICollectionViewLayout with dynamic heights - but NOT using a flow layout

Say you have a UICollectionView with a normal custom UICollectionViewLayout. So that is >>> NOT <<< a flow layout - it's a normal custom layout. Custom layouts are trivial, in the prepare call you simply walk down the data and lay out each…
Fattie
  • 27,874
  • 70
  • 431
  • 719
6
votes
0 answers

Slow iOS app start using Xcode 10.2 + iOS 12.2

I have a very strange issue seemingly caused by compiling with latest Xcode 10.2. I have noticed my app start time to get significantly worse (3x slower) caused simply by building using Xcode 10.2(.x) and running on iOS 12.2. The same code revision,…
Lukas Kukacka
  • 7,604
  • 2
  • 25
  • 50
6
votes
1 answer

Autofill iOS12 alert message user to save password after login to the app first time?

I'm implementing autoFill to my iOS app using this tutorial "iOS 12 Password Tools: Improving User Security and Experience" everything work fine but the iOS is not prompt me with UIAlert to save the password when I login for the first time. I want…
NinjaDeveloper
  • 1,620
  • 3
  • 19
  • 51
6
votes
1 answer

App crash without crash report since iOS 12.2 update

Since the upgrade to iOS 12.2 on a real device (iPhone XS Max), the app crashes after 1 second, right during the launch screen. The app was installed via TestFlight and worked fine for months. Neither hockeySDK nor Firebase Analytics (Cashlytics)…
Manuel
  • 14,274
  • 6
  • 57
  • 130
6
votes
2 answers

How to fetch only image assets from smart albums with NSPredicate in Swift 4.2?

I want to fetch image assets from all smart albums on the users phone. At the moment I am fetching images and videos, but thats not what I want. On my research I have always found the same solution but it doesn't seem to work any more since the…
anton68
  • 387
  • 3
  • 14
6
votes
0 answers

WatchOS5 - "Could not load file-transfer-result" of WCSessionFileTransfer

I'm trying to send 2 files to my Apple Watch app. It worked initially, but now I'm getting 2 errors printed in the console. WCSession.default.transferFile(fileURL1, metadata: ["name":"first"]) WCSession.default.transferFile(fileURL2, metadata:…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407