Questions tagged [iphone-xs]

Only use this tag for questions that specifically apply to the Apple iPhone XS device. Use the [ios] tag for questions related to iOS. Hardware questions generally belonging to the iPhone XS should be in the Ask Different community.

iPhone XS is a mobile phone produced by Apple. Its key features include a 5.8 inch edge-to-edge "Super Retina Display", a dual-camera setup with extended AR compatibilities and the Face ID face recognition system.

Product page

15 questions
7
votes
3 answers

How to programmatically detect iPhone XS or iPhone X?

One of my apps connects to a web app service that delivers device specific news to to the user. To adapt this to the latest iPhone versions I need to programmatically distinguish between the iPhone XS and iPhone X. How can this be done? [[UIScreen…
Andrei Herford
  • 17,570
  • 19
  • 91
  • 225
5
votes
0 answers

How to save TrueDepth data while recording video on iOS?

I am looking for a way to save the depth information (for each frame) to a file while recording a video using the TrueDepth camera. I have found solutions for saving the depth data while taking photos, but not with video. I currently have code for…
Mantu
  • 51
  • 5
5
votes
3 answers

Why did H.264, MPEG-4 HE AAC stop working on iphoneXS/Max?

Issue regarding NEW hardware I have been investigating like crazy, and haven't found any hints to why my H.264 encoded videos have stopped working on these new devices. Context: Direct from the ios device, the original is sent to s3, aws elastic…
Ryan Romanchuk
  • 10,819
  • 6
  • 37
  • 41
3
votes
1 answer

Style transfer models using much more memory on iPhone Xs

I'm using Core ML models for image style transfer. An initialized model takes ~60 MB memory on an iPhone X in iOS 12. However, the same model loaded on an iPhone Xs (Max) consumers more then 700 MB of RAM. In instruments I can see that the runtime…
Frank Rupprecht
  • 9,191
  • 31
  • 56
2
votes
0 answers

torchlevel not setting properly on iphone xs max

I made this app dozing that helps you meditate by adjusting the torch on your phone. It goes from a low-level brightness to a high-level birghtness over a certain time period. It worked great for iPhone 6gen, 7gen, 8gen, and X. I just got the XS…
1
vote
2 answers

iPhone XR/XS: AVAssetExportSession status failed with error

I'm using AVAssetExportSession to rexport a video edited by Adobe Premiere CC, It's specific on iPhone XR/XS, I have exportSession.status failed with error : Error Domain=AVFoundationErrorDomain Code=-11821 “Cannot Decode”…
1
vote
1 answer

Application crashing while accessing microphone in iOS 12.1.2 for iPhone XS

I am working on iOS application which uses microphone for video capture. When we try to capture video, it asks for microphone permission and crashes immediately after that. We are getting following error: "Terminating app due to uncaught exception…
DJB
  • 857
  • 7
  • 15
1
vote
0 answers

Is it possible to create a custom flashMode in AVFoundation?

Today I found out that settings like a custom exposuremode or a fixed lens position in the focus mode, which I set for the AVCaptureDevice in my AVCaptureSession conflicted with the flashMode.on option of the AVCaptureSettings, as it alters the…
fvpaul
  • 41
  • 5
1
vote
1 answer

Settings for AVCaptureDevice are not being used when Photo is captured

I am trying to write a basic iOS app that captures RAW photos with some fixed settings. However I run into a Problem, while taking the photo. The settings that I chose in the configuration of the device (Telecamera of iPhone Xs) are shown in the…
fvpaul
  • 41
  • 5
1
vote
2 answers

Strange behavior of UITableViewController in iOS12 notch models, when the language setting of iPhone is Japanese or Chinese

This problem occurs depending on the language setting of iPhone. I was able to confirm this problem in Japanese and Chinese. In English etc. this problem does not occur. I have created a simple project that installing UINavigationController on the…
yaslam
  • 108
  • 7
1
vote
0 answers

How to get UDID for Phone XS, iPhone XR and iPhone XS Max?

I'm trying to access UDID of my iPhone XR/XS/XS Max, but not able to access from this phone. Anyone help me out?
BharathBob
  • 699
  • 5
  • 11
0
votes
0 answers

"Main Thread Checker: UI API called on a background thread" error in iPhone Xs, works fine in Simulator

I am working with Xcode 10.2.1 (last stable release), on MacOS 10.15 Catalina Beta (19A50501i), using Swift 5. The iPhone Xs has iOS 12.3.1 I checked multiple questions related to "UI API called on a background thread", but none seem to address my…
eharo2
  • 2,553
  • 1
  • 29
  • 39
0
votes
1 answer

images render larger when loaded programmatically on iPhone X,Xs?

Has anyone had an issue with images rendering larger when loaded programmatically on iPhone X,Xs? If I add an image in the storyboard it resizes correctly, however if I load it programmatically it will appear larger. I am using the Xcode 10.1. I…
Swick
  • 167
  • 1
  • 8
0
votes
3 answers

How to find UDID in the new iPhone Xs and iPhone Xs Max?

How to find UDID in the new iPhone Xs and iPhone Xs Max?
Developer
  • 760
  • 3
  • 15
0
votes
1 answer

Getting crash on iOS 12 with common signature for SVProgrssHUD

The application recently lived on iTunes store. Hockey app reporting multiple common crash signature for iPhone Model XS and XS Max with iOS 12. 16 ??? 0x00000001054f4a78 -[SVProgressHUD updateMotionEffectForXMotionEffectType:yMotionEffectType:]…
Hiren
  • 12,720
  • 7
  • 52
  • 72