Univeral binary
applaudmobile
Member Posts: 208
I know GS doesn't have this feature yet. But purely out of interest does anyone know how it works? Do iPhones and iPads both receive the same full app binary and use the assets/code as required for that device or does a universal binary contain two separate apps as it were and the App Store sends a device-specific app ?
Comments
In Xcode under Deployment settings you can choose between
IPhone
IPad
Iphone/Ipad
A Universal app can determine which device itʼs running on and provide the best experience for that device. Well-designed Universal apps leverage a deviceʼs unique hardware features, provide the right choice of user interface elements, and use only the functionality that is supported by that device.
This is ideal for HTML5 Apps, because the app use the full size of an IPad instead of the small or scaled version.
Just for the protocol, not possible with Gamesalad ( for now) )))
regards
2 Interfaces.
So the app is a single app just with many interfaces. Same with Localizations. I have coded a few apps like that and it is only one app. So pretty much like DZTECH said.