Closed kkebo closed 4 years ago
It appears to be a bug with AltStore. I dumped the app installed by AltStore and found that the Info.plist is missing the key UISupportedInterfaceOrientations~ipad
even though the key exists in the unsigned IPA. iOS will automatically disable split view if it does not detect UISupportedInterfaceOrientations
or UISupportedInterfaceOrientations~ipad
supporting all 4 orientations. On iPhone we disable the upside-down orientation because of the notch.
Fixed in AltStore
Describe the bug UTM 1.0-rc5 supports Split View, but I can't use Split View when I installed from the AltStore.
To Reproduce Steps to reproduce the behavior:
However, when I built from source, I can use Split View. So, the binary distributed via the AltStore may be something wrong.
My Environment