Don’t think you can fix it. That app may have not been updated to support Retina display.
Hmm I see, but the app is working on my iPad Pro 2 itself, just the AirPlay output.
Furthermore, the problem does not recur on an iPhone 5, iPhone 6 and an iPad Air, whether via the Lightning HDMI connector or Apple TV 4K.
iPhone and iPad apps require different assets and they can’t really be compared as such even when it’s delivered as a single binary.
iPad Pro has a higher pixel count than the iPad Air if I’m not wrong. And apps needed to have more higher resolution graphics to be displayed properly. I’m guessing the problem is due to sampling issues.
I see, there's that possibility.
But then, why would the output look as though it is a landscape app being forced into a portrait view? Furthermore, the output did look correct for a brief moment whenever I switch in and out of that app. I am starting to wonder if the problem arose from simply from the app not being able to recognize the iPad Pro 2 as an iPad instead of an iPhone.
Technically that’s almost impossible because iPhone and iPad apps are built with specific targets. If it shows correctly on one iPad then it should show properly in every other iPad. Can you take a picture and post here? I’m really intrigued.
I tried modifying its Info.plist but it does not work.
Unless you are able to build the game with the plist file, it won’t work like that. Also, a lot of the apps, using custom views, actually don’t use things directly from that file.
Sounds like I need to find a way for Xcode to read the app as a project first if I want to continue with this method
Meanwhile are you able to see the video? Seems to that it won't show up on iOS devices, not sure if you are affected or not
You can’t build it without having the source code and proper certificates. That’s a lose lose battle unless you get access to the codebase from the developers.
Yes I’m able to see the video on my iPhone. Very interesting. This has never happened to me personally. I’ll try to dig and see if I can come out with any logical answer.
Thanks! I am quite stumped by this problem too and am unsure what else to read up on. If this helps, I am seeing this even when I connect the iPad Pro to my MBP and then use QuickTime's video recording feature to record the iPad's output.
That definitely points to my original suspicion of screen rendering issue.