Questions tagged [iphone-xs-max]

Questions that specifically apply to the Apple iPhone XS Max device. Use the [ios] tag for questions related to iOS. Hardware questions generally belonging to the iPhone XS Max should be asked on Ask Different.

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

Links

22 questions
9
votes
1 answer

iPhone Xr's notch size in pixels

What is the size (in pixels or points) of the notch of the iPhone Xr and the iPhone Xs Max? I know them for the iPhone X, see "iPhone X Cutout" on https://www.paintcodeapp.com/news/iphone-x-screen-demystified I believe the iPhone Xs has the same…
Luc Bloom
  • 1,120
  • 12
  • 18
5
votes
2 answers

StackLayout that I vertically assigned bottom has a gap underneath?

Today I tried to rewrite Snapchat's UI as a challenge. I started with the landing page, but I reached an issue with doing the buttons at the bottom, they have a gap underneath them. I'm quite surprised it doesn't go 100% to the bottom naturally, but…
Lee Nelson
  • 391
  • 1
  • 2
  • 15
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
4
votes
5 answers

dyld_shared_cache_extract_dylibs failed for iPhone XS Max running ios 12.1.2

I am trying to run my app on iPhone XS Max running iOS 12.1.2, but till the end of the build and it returns "dyld_shared_cache_extract_dylibs failed" , i removed the supported files for it and rerun my app and it gives the same error , any…
RGeek
  • 51
  • 1
  • 3
2
votes
1 answer

How to change SKScene position before presenting?

I am trying to adjust SKScene position based on the device the game is running. For example due to 'top notch' area of iPhone XS Max, I need to subtract that height from SKScene height and position the scene accordingly. So here is how I calculate…
Vetuka
  • 1,523
  • 1
  • 24
  • 40
2
votes
0 answers

Ionic-v1: Splash screen image is not centered on IPhone Xs Max

I have a problem with my Ionic-V1 mobile application on IPhone xs Max (IOS 12). The splash screen image is not centered. I was able to fix the IPhone x by adding the required images (1125x2436) to the launchImage resource file in xcode. I did the…
2
votes
1 answer

XS Max Simulator on Xcode 9?

I'm trying to place my apps on my XS Max, but since I only have Xcode 9 I can't get it to work on the arm64e architecture. I've tried to update the MacBook in order to get Xcode 10, but since this is a school MacBook, they restrict updating to High…
sav
  • 33
  • 5
2
votes
1 answer

Modal UIViewController with presentation style formSheet is not displayed correctly on iPhone XS Max and iPhone XR

I have a view controller presented from a segue modally. Its presentation style is set to Form Sheet. func adaptivePresentationStyle(for controller: UIPresentationController, traitCollection: UITraitCollection) -> UIModalPresentationStyle { …
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
0 answers

Crashlytics shows large number of crashes on iPhone Xs Max

I am working on an iPhone app which already has approx thousands of active users across globe. The app already has crashlytics integrated. Previously the app has CoreData related issues, which used to get reported on crashlytics and those issues…
Talha Ahmad Khan
  • 3,416
  • 5
  • 23
  • 38
1
vote
0 answers

-[UILabel _startMarquee] crash on iOS 12.2 iPhone XS Max

I don't have any ideas about the crush. I see the crush log on Fabric. And NO Repetition. 1.View all the code that use the CAGradientLayer 2.Multiple attempts to enter the foreground from the…
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

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS

Application Crash 1/4 times while downloading Crash log here. i didn't understand how to fix it. Incident Identifier: 36BCCA72-9FBF-448A-BCA7-AACB0195B311 Hardware Model: iPhone12,3 Process: iBIBLE [16728] Path: …
Saqib2235
  • 41
  • 5
0
votes
1 answer

Xcode not bundling all launch images in iPA

In my application, I have total 5 launch images. During debug build I when I run app on iPhone X simulator then everything looks fine. But, when I archive it and upload iPA then launch images of iPhone X and iPhone Xs Max not bundling in iPA. So…
technerd
  • 14,144
  • 10
  • 61
  • 92
0
votes
0 answers

How can I use Xcode / Simulator to create compatible iPhone 3rd Generation Screenshots from cordova 8 app

I have fully working app for iOS in Xcode but I don't know how to generate the 3rd Generation Screenshots for the iPhone Xs Max or Iphone Xr. always not fullscreen or with black borders. Ipad was no problem because it has the same size in 2nd Gen…
1
2