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

URLSession datatask return 0 bytes of data in Swift4.2/iOS12

We are accessing the PDF URL from our application and getting the PDF data. After converting our code base Swift2.3 to Swift4.2 we are getting 0 bytes of data as response. But when we open the same URL in the browser it is showing the PDF file. We…
Shenbaga
  • 81
  • 3
6
votes
1 answer

ASIdentifierManager is not found in iOS12

I m writing here cos I'm really stuck and can't find an answer. We have a small framework who can collect IDFA inside. For IDFA collection first at all we checks NSClassFromString(@"ASIdentifierManager") The problem is: Imagine we have a client and…
Andrey Gagan
  • 1,338
  • 13
  • 13
6
votes
4 answers

iPhone 5s running ios 12.1 not supported in xcode

After updating my iPhone 5 to ios 12.1, I get this error in xcode: Could not locate device support files. This iPhone 5s (Model A1457, A1518, A1528, A1530) is running iOS 12.1 (16B92), which may not be supported by this version of Xcode. What can I…
RJB
  • 1,704
  • 23
  • 50
6
votes
0 answers

AirPlay Screen Mirroring in IOS

I want to apply screen mirroring through code.In iOS 11 and below we can achieve this task with MPVolumeView…
6
votes
1 answer

Popup is not coming to ask permission to access camera in iOS 12

As per the apple standard, we need to ask permission to access user camera. so I have successfully integrated camera and it is working fine in iOS 11. but currently, I am testing camera feature and found that if user one time allowed camera access,…
Jatin Patel - JP
  • 3,725
  • 2
  • 21
  • 43
6
votes
1 answer

Not able to download PDF in safari browser on iphone or ipad pro ios12

I have PDF download functionality in my web app. It is working fine with all the browsers and iOS11 but it's not working on safari browser and ios12 on mobile or iod pro. I am getting below error - WebKitBlobResource error 1 export const…
Kalashir
  • 1,099
  • 4
  • 15
  • 38
6
votes
1 answer

Access is not requested again after reinstalling the app in iOS12

After updating to iOS12 and testing the apps build in Xcode 9, we found out that after deleting and reinstalling the app - the user is not prompt again with a question regarding access to the Camera or Gallery. On iOS11, every time the app is…
Snezhana
  • 100
  • 8
6
votes
1 answer

isIdleTimerDisabled not working in iOS 12

Prior to iOS 12 using isIdleTimerDisabled has stopped our app from going to sleep, but ever since iOS 12 this no longer seems to work. Is this a bug with iOS 12 or am I doing something wrong here?
Alex
  • 61
  • 2
6
votes
0 answers

iOS 11/12 Autofill multiple textfields with contact data

I have an app that uses multiple text fields in which user provides their address and personal data (name, surname etc.). I know that there is a property called textContentType on a UITextField. If I set it, the bar above the keyboard suggests the…
Kacper Cz
  • 504
  • 3
  • 17
6
votes
0 answers

Xcode 10 doesn't compile dependencies

Short summary: My app doesn't compile properly in Xcode10 if the project isn't cleaned before compilation, but works fine in Xcode9. Longer description: I have a static framework linked into my iOS app. Both projects are open in the same workspace…
Jonas
  • 121
  • 5
6
votes
1 answer

Compress Image in iOS 12. How will this code be updated?

// compressing image(avaImg)before sending it to the server(Parse) let avaData = UIImageJPEGRepresentation(avaImg.image!, 0.5) let avaFile = PFFile(name: "ava.jpg", data: avaData!) user["ava"] = avaFile When I replace it to the following…
GBeck
  • 392
  • 7
  • 20
6
votes
2 answers

IOS 12 Unwanted communication Reporting Extension Working on Phone but not on Messages app

I have been trying to make the new iOS extension Unwanted Communication Reporting work. Currently I couldn't find any good walk-through tutorial or code-sample to make it work. Above that by just firing up a new project with this extension and…
tink
  • 290
  • 1
  • 12
6
votes
3 answers

SiriKit Error: Donating intent is not supported by this application

I'm having problems donating a custom intent in Xcode 10 (iOS 12 Beta). I've created a custom framework that's shared between my main app target, and my 'OrderIntent' target. I've created a .intentdefinition file with the target membership set to my…
glv19
  • 474
  • 6
  • 16
5
votes
0 answers

AVPlayer is not working for iOS 12.2 While Its working with iOS 14.3 with XCode 12.3

I am facing problem to play audio in iOS 12.2 simulator, while same code is working fine with iOS 14.3. I have checked SO and searched over apple forum found that same type issue was happening with iOS 14 but it's resolved now. Thanks in Advance. My…
kalpa
  • 884
  • 1
  • 15
  • 22
5
votes
4 answers

How to integrate sign in with apple in iOS 12 or earlier?

My app was rejected due to a third-party login service. So I've implemented Sign in with Apple for iOS 13. Problem is how to provide backward compatibility for iOS 12 or earlier.
Anis Mansuri
  • 335
  • 3
  • 10