I have an app running in landscape mode only. I've been modifying it to adapt to the iPhone X layout, filling the screen but only operate within the safe are atc. When I develop and test my app starting it on the actual device from xcode, all looks fine and it uses the full iPhone X screen. But when my app is released through the app store, it only uses part of the screen. Even the splash screen is only inside the safe area, but in full screen while testing via xcode.
Any ideas what's wrong/missing?