Hi Guys, is there a way of changing and fixing the orientation after the app has started? I have an app which I want to provide an option to how it is presented at start-up based on the users preference (and device model).
But one of the configuration options is to have the app run in Portrait Mode. The other app options is that it will run in Landscape mode. But I don’t want to support both modes e.g. if the user select a certain configuration type the app is fixed in Portrait Mode (just as if the Build Settings was set to this).
I can dynamically change the Config file, but can I change the Build Settings File? Or is there an API I can use to prevent users changing the orientation…