-2

We updated today to xCode 9 and our Visual Studio for Xamarin Development. I tested my apps on iPhone X and it has a spaces on upper and lower portion. Any idea and work around to update the app?

using Visual Studio Xamarin Forms.

enter image description here

Rai
  • 187
  • 2
  • 15

1 Answers1

1

You need to build against the iOS 11 SDK and have a launch storyboard or your app will run in compatibility mode on iPhone X, like you're seeing.

Enabling native resolution on the iPhone X may cause other issues that you'll need to work through. You should layout your views/constraints to the safe areas to solve those issues.

clarus
  • 2,455
  • 18
  • 19