Howdy all,

I'm submitting an app for the iTunes store. I've seen examples in the store and 
on the iPad of a longer name in the store and a shorter name for the icon on 
the tablet. 

Example: Calculator Pro for free is the title in the iTunes store and the icon 
when installed is Calculator Pro. Because your limited to 15 characters for the 
icon. 

After doing research, it seems that in the appname-app.xml file, I should be 
able to set the CFBundleName in the iPhone section in InfoAdditions. 

 <iPhone>
        <requestedDisplayResolution>high</requestedDisplayResolution>
        <InfoAdditions>
                <![CDATA[
                                <key>CFBundleName</key>
                                         <string>Shortername</string>
                                <key>UIPrerenderedIcon</key>
                                <true/>
                                <key>UIDeviceFamily</key>
                                <array>
                                        <string>2</string>
                                </array>
                        ]]>
        </InfoAdditions>
    </iPhone>


I keep getting this error: app.xml(47):error 105 invalid element.

I remove the <key>CFBundleName</key><string>Shortername</string>, and it 
compiles and loads to the tablet fine.

Has anyone else encountered this problem?


Thanks,
John

Senior Interactive Multimedia Developer
OnDemand Interactive Inc
Hoffman Estates, IL 60169    


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to