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

Ionic/Cordova iPhone XS Max Gap/Screen Size Issue

I thought it was an issue with the splash screen, but I removed all of the splash screen items and just kept the one to be used with the Storyboard image.
Indy-Jones
  • 668
  • 1
  • 7
  • 19
0
votes
1 answer

DPI of app icon and launch images in iPhone

I am building my first iphone app. What should be the dpi of my .png images for the app icon and launch images? Does apple accept svgs? The other answers I found on SO are from 2014 and only cover up to iPhone 6s.
cdub
  • 24,555
  • 57
  • 174
  • 303
0
votes
0 answers

App getting crashed when I choose the picture from photo library in Xcode 12 with iPhone XS Max

App getting crashed when I choose the picture from photo library. It's happen only in iPhone XS Max only. Code: -(IBAction)choosePhoto:(id)sender { AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate]; …
Sudhakar
  • 1,517
  • 1
  • 10
  • 22
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

How do I implement split screen for iPhone Xs Max in landscape orientation?

Apps that I've written to implement split-screen mode for iPhone Plus devices in landscape mode no longer implement split-screen mode when built and run on the iPhone Xs Max. For example the detail view cannot be constrained to right side of the…
fivewood
  • 391
  • 4
  • 11
0
votes
2 answers

iPhone XS Max doesn't adjust native component height

When I run my code of iPhone XS it respects native navigation bar and tab bar and adjusts the height automatically. But iPhone XS Max doesn't do the same. Please check attached image. . I am checking on simulator as I don't have real device yet…
rptwsthi
  • 10,094
  • 10
  • 68
  • 109
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
1
2