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

Getting iOS password AutoFill to work with a "change password" page

I've gotten iOS password autofill to work with "login" and "new account" pages but not a "change password" page. I have 4 UITextFields on that page. 1 with .email as the content type, 1 with .password as the content type for the original password,…
MJLyco
  • 274
  • 3
  • 4
9
votes
7 answers

siri shortcut button (INUIAddVoiceShortcutButton) shows wrong title when have multiple shortcuts (NSUserActivity)

I've 2 siri shortcuts in my App. I use NSUserActivity to donate these shortcuts. I've also created 2 NSUserActivityTypes in my info.plist. There are 2 view controllers which handle these shortcuts (1 view controller for 1 shortcut). If I add 1…
Bilal
  • 227
  • 2
  • 9
9
votes
3 answers

Siri Intent Donation for Shortcuts ending up with error

I have created a simple intent for Siri shortcut and whenever i am trying to donate the intent, it is ending up with following error. Interaction donation failed: %@ Error Domain=IntentsErrorDomain Code=1901 "Cannot donate interaction { …
Vittal Pai
  • 3,317
  • 25
  • 36
8
votes
0 answers

app crashed on CLClientStopVehicleHeadingUpdates

Any idea why the app is crashed, from the below logs unable to find the reason for crashing. Crash logs:
Kirti Nikam
  • 2,166
  • 2
  • 22
  • 43
8
votes
1 answer

Key Chain Data loss when app distribute through MDM

In our iPad application user has to enter his details for registration. After the user enters his details we save those details in the Device's keychain. So next time the user launched the app user can use the app without registering again. Since…
GBD
  • 15,847
  • 2
  • 46
  • 50
8
votes
2 answers

Unable to make SFSafariViewController statusbar style lightContent

I have a requirement of light content in status bar with black background, however some of the screen needs black status bar content with white background, hence I've kept View controller-based status bar appearance to YES in info.plist to adopt…
Dhaval H. Nena
  • 3,992
  • 1
  • 37
  • 50
8
votes
0 answers

Manual Trigger on Input[type=“file”] doesn't work on ios 12.2

In my app, I was triggering to choose files from Files app of iPhone. It was working till 12.1 but after updating iOS to 12.2, it is not working. Here is my code - // Create input element and trigger click var input =…
Anuj Raghuvanshi
  • 664
  • 1
  • 7
  • 24
8
votes
3 answers

OpenGL deprecated in IOS 12, how to safely continue to use openGL on ios 12+ device?

Apple says that apps built using OpenGL ES will continue to run in iOS 12, but Open GL ES is deprecated in iOS 12. Games and graphics-intensive apps that previously used OpenGL ES should now adopt Metal. But I don't want to migrate my app from…
zeus
  • 12,173
  • 9
  • 63
  • 184
8
votes
1 answer

GPUImage won't compile on iOS 12

I have these errors: Cocoa.h File Not Found (in GPUImageView.h) Unknown Type Name: **NSOpenGLContext, CVOpenGLESTextureCacheRef (GPUImageContext) Now, I tried to fix all these errors, but ended up making things worse. I know OpenGL ES is…
user1988824
  • 2,947
  • 2
  • 22
  • 27
8
votes
2 answers

Scroll view problem with ios12, xcode10, cordova 7.1, cordova-ios 4.5.4 on keyboard closing

I built a cordova app for iOS with Framework7 v2.3.1, using: cordova@7.1 cordova-ios@4.5.4 cordova-plugin-wkwebview-engine@1.1.4 cordova-plugin-wkwebview-file-xhr@2.1.1 It works perfectly, but a few days ago I compiled the Cordova app for iOS with…
ciossi
  • 143
  • 1
  • 8
8
votes
2 answers

Xcode 10 GM libstdc++ error, can't run on simulator

I am trying to test my apps for iOS 12. I have a iPad only app that works fine under Xcode 9. When I try to compile it for the simulator with Xcode 10 GM, the following warning appears: URGENT: building for iOS Simulator simulator, but linking…
martin010
  • 407
  • 1
  • 5
  • 14
8
votes
2 answers

Autofilling new password with confirmation in iOS 12

I've added 3 UITextFields to create a new account by entering a username in email address format, a new password and a password confirmation. As suggested in Enabling Password AutoFill on a Text Input View. I have configured the username field like…
Tobe
  • 508
  • 5
  • 14
8
votes
3 answers

iOS v12 Https requests errors

I noticed that https requests made from my Ionic Angular app on iOS v12 are failing respectively never reach my backend. I could confirm that my app is productive and the fact that this error only occurs on iOS >= v12 When I debug in Xcode 10 beta…
David Dal Busco
  • 7,975
  • 15
  • 55
  • 96
7
votes
3 answers

Bootstrap modal Iframe in iOS 12 hidden behind content

I am having an issue with Bootstrap 4.1 modals displayed within iframes in Safari on iOS 12. Every other browser tested works as expected (even Safari on iOS 11). The issue seems to be specific to iOS 12. I have created a minimal example…
whitwhoa
  • 2,389
  • 4
  • 30
  • 61
7
votes
0 answers

Is there a way to style password inputs with smaller dots for Safari on iOS 12?

For some reason the password input in iOS 12 Safari displays huge dots. I would like them to look as they look in Chrome. Is there a known way to style these inputs with CSS? This is how it looks in iOS 12…
metal-gogo
  • 323
  • 2
  • 3
  • 11