Change App name only on Homescreen?

We have an app "The Incredible Edible Pizza Slice That Ramone Made", and would like for this to be truncated to "Pizza Slice" only on the homescreen.

Is there a way to do this with CoronaSDK and iOS or Android?

Yes :)

Add the following line to plist section of your build.settings

1
CFBundleDisplayName = "Pizza Slice",

That works great for iOS, thanks! Do you know if all of the iOS plist settings are compatible with CoronaSDK, and if there is such an option for Android?

You're welcome...

So far all the iOS plist settings I've tried worked ok, so I assume they are compatible. But again may be I was lucky, best would be testing the setting fist ;)

Regarding the android, there appears to be a way but I'm not sure if corona allows setting it...

http://developer.android.com/guide/topics/manifest/application-element.html#label

Just a blind shot but you might want to try adding that to build.settings

1
2
3
4
        android =
        {
                label = "Pizza Slice",
        },
views:1741 update:2011/9/25 12:40:18
corona forums © 2003-2011