适用于iPad的Flash应用;需要添加高分辨率图标,但如何?

时间:2014-01-29 08:46:01

标签: ios ipad flash air

使用Flash cc,air 4.0发布适用于iPad的应用程序。 问题:我需要包含2个高分辨率图标,76x76和152x152。 但是,Flash发布设置(在图标选项卡下)没有任何地方可以看到添加这些文件的方法。尽管如此,Apple还是给了我麻烦。

有没有人知道如何添加这些额外的图标,给它们命名的内容,放置它们的位置,以便当它们捆绑在IPA中时,它们被包含在内?

谢谢!

这是我的描述符文件(“无法解析”错误):也许我在我的代码中将两个新图标放在错误的位置?这是整个描述符文件:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<application xmlns="http://ns.adobe.com/air/application/4.0">
    <id>com.theapptrain.tpvision</id>
    <versionNumber>1.0</versionNumber>
    <filename>Hospitality TV</filename>
    <description></description>
    <!-- To localize the description, use the following format for the description element.
<description>
    <text xml:lang="en">English App description goes here</text>
    <text xml:lang="fr">French App description goes here</text>
    <text xml:lang="ja">Japanese App description goes here</text>
</description>
-->
<name>Hospitality TV</name>
<!-- To localize the name, use the following format for the name element.
<name>
    <text xml:lang="en">English App name goes here</text>
    <text xml:lang="fr">French App name goes here</text>
    <text xml:lang="ja">Japanese App name goes here</text>
</name>
-->
<copyright></copyright>
<initialWindow>
    <content>TPVisionApp.swf</content>
    <systemChrome>standard</systemChrome>
    <transparent>false</transparent>
    <visible>true</visible>
    <fullScreen>true</fullScreen>
    <autoOrients>false</autoOrients>
    <aspectRatio>landscape</aspectRatio>
    <renderMode>auto</renderMode>
</initialWindow>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocation>
<icon>
    <image29x29>icons/tpvision29x29.png</image29x29>
    <image57x57>icons/tpvision57x57.png</image57x57>
    <image114x114>icons/tpvision114x114.png</image114x114>
    <image512x512>icons/tpvision512x512.png</image512x512>
    <image48x48>icons/tpvision48x48.png</image48x48>
    <image72x72>icons/tpvision72x72.png</image72x72>
    <image76x76>icons/tpvision76x76.png</image76x76>
    <image50x50>icons/tpvision50x50.png</image50x50>
    <image58x58>icons/tpvision58x58.png</image58x58>
    <image100x100>icons/tpvision100x100.png</image100x100>
    <image144x144>icons/tpvision144x144.png</image144x144>
    <image152x152>icons/tpvision152x152.png</image152x152>
    <image1024x1024>icons/tpvision1024x1024.png</image1024x1024>
</icon>
<supportedLanguages>en</supportedLanguages>
<iPhone>
    <requestedDisplayResolution>high</requestedDisplayResolution>
    <InfoAdditions><![CDATA[
<key>UIDeviceFamily</key>
<array><string>2</string></array>
]]></InfoAdditions>
</iPhone>
<version>1.0</version>
</application>

1 个答案:

答案 0 :(得分:0)


你可能想看看这里:http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d129907d2886-8000.html我曾经通过flash建立我的应用程序,而且我总是在应用程序描述文件中输入图标,如链接所述站点。