• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

choice of the size of the icon in the panel applications ios publication

Guest
Oct 10, 2014 Oct 10, 2014

Copy link to clipboard

Copied

for an app for iphone and ipad together what icon should be used since all different sizes for each device iph4, iPh5, pH6, iPd mini, iPd retina?

TOPICS
Development

Views

360

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 10, 2014 Oct 10, 2014

Copy link to clipboard

Copied

These are the sizes you needed so far:

29x29

36x36

40x40

48x48

50x50

57x57

58x58

72x72

76x76

80x80

96x96

100x100

114x114

120x120

144x144

152x152

512x512

1024x1024

With iPhone 6+ you also need 87x87 and 180x180, but I don't know if AIR or Flash Pro support those yet.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 10, 2014 Oct 10, 2014

Copy link to clipboard

Copied

I can only choose one, which one? 50x50, 57x57 or 72x72?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 10, 2014 Oct 10, 2014

Copy link to clipboard

Copied

What program are you using? Flash Pro asks for 16 different sizes. As you'll need more than that you can just add the icons to the app descriptor XML. It would be like this:

<icon>

    <image29x29>icons/29.png</image29x29>

    <image36x36>icons/36.png</image36x36>

    <image40x40>icons/40.png</image40x40>

    <image48x48>icons/48.png</image48x48>

    <image50x50>icons/50.png</image50x50>

    <image57x57>icons/57.png</image57x57>

    <image58x58>icons/58.png</image58x58>

    <image72x72>icons/72.png</image72x72>

    <image76x76>icons/76.png</image76x76>

    <image80x80>icons/80.png</image80x80>

    <image87x87>icons/87.png</image87x87>

    <image96x96>icons/96.png</image96x96>

    <image100x100>icons/100.png</image100x100>

    <image114x114>icons/114.png</image114x114>

    <image120x120>icons/120.png</image120x120>

    <image144x144>icons/144.png</image144x144>

    <image152x152>icons/152.png</image152x152>

    <image180x180>icons/180.png</image180x180>

    <image512x512>icons/512.png</image512x512>

    <image1024x1024>icons/1024.png</image1024x1024>

</icon>

The path part would need to be correct for your setup. In my case the files are all in a folder named "icons".

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 10, 2014 Oct 10, 2014

Copy link to clipboard

Copied

I can not make myself understood 😞

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 10, 2014 Oct 10, 2014

Copy link to clipboard

Copied

If you mean the size of the icon when you are submitting the app to Apple, that needs to be 1024x1024.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 10, 2014 Oct 10, 2014

Copy link to clipboard

Copied

panel of publication of flash air ios I can choose a single dimension, which one?

screenshot.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 10, 2014 Oct 10, 2014

Copy link to clipboard

Copied

In your screenshot you have the 57x57 item selected. You would go through each one in the list. First select the 29x29 line, and browser to an icon that is 29x29. Then select the 57x57 line, and browse to a file that is 57x57, and so on for all of the items in the list.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 10, 2014 Oct 10, 2014

Copy link to clipboard

Copied

By "browse", I mean click on the blue folder icon.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 10, 2014 Oct 10, 2014

Copy link to clipboard

Copied

accepts only 1 icon 😞

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 10, 2014 Oct 10, 2014

Copy link to clipboard

Copied

Each line should only accept one icon. If you click on the line that says 29x29, then the blue folder, then select your 29x29 PNG, does it appear in the lower area? If it did, and you now click on the 57x57 line, the blue folder, and choose a 57x57 PNG, does that appear in the lower area?

Assuming it did, if you now click back on the 29x29 line, does its icon appear in the lower area?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 10, 2014 Oct 10, 2014

Copy link to clipboard

Copied

LATEST

thank you thank you thank you very much Colin 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines