The title says a lot, i am trying to get my app to be in portrait by default if it is opened on a iPhone and i only want portrait mode to be displayed on Iphone. Since there is more space on ipad, i would like it to be in landscape by default and only support landscape.
You’re best bet it so release two versions of your app, an iPhone one and an iPad one instead of trying to do a universal build. If your UI is going to be that different, separate apps seems to make sense.
You can still do most of your code in one app, just change the build settings prior to building.
I understand your response and approach… but the downside of it is that the end user will need to buy the app twice to have it on both iphone and ipad.
So to erase the question on my mind… its not possible to set orientation based on device on an universal app?
No final word on this? it seems weird to me that it can´t be accomplished in corona since its an option on the summary deployment info for each device in xcode.
You’re best bet it so release two versions of your app, an iPhone one and an iPad one instead of trying to do a universal build. If your UI is going to be that different, separate apps seems to make sense.
You can still do most of your code in one app, just change the build settings prior to building.
I understand your response and approach… but the downside of it is that the end user will need to buy the app twice to have it on both iphone and ipad.
So to erase the question on my mind… its not possible to set orientation based on device on an universal app?
No final word on this? it seems weird to me that it can´t be accomplished in corona since its an option on the summary deployment info for each device in xcode.