How do get a space in an app name for iOS (appc SDK 6.2.0). In tiapp.xml I have the space in the name "My Appname" and when I publish to iTuneConnect it shows up as "MyAppname".
Any advice will be greatly appreciated.
you can create a file i18n/en/app.xml with the following content:
<resources>
<string name="appname">My App Name</string>
</resources>
Then it is localised by Titanium and shows up correctly on the device dashboard