IOS app Icon-Small-50.png output as 52x52 in ipa?

Using flashbuilder 4.6 with sdk Apache Flex 4.11.0 FP 11.9 AIR 3.9 en_US, I can create an iOS app just fine. When changing the .ipa to a .zip and then inspecting the contents of the package, Icon-Small-50.png has the dimensions of 52 by 52. I have searched, but have not found any discussion of this. Can anyone confirm this? Perhaps I need to user a different sdk configuration?

I create each of the different image sizes myself, and then list them in the Adobe Air application descriptor file as:
<icon>
        <image29x29>Icon-Small.png</image29x29>
        <image40x40>Icon-Small-40.png</image40x40>
        <image50x50>Icon-Small-50.png</image50x50>
        <image57x57>Icon.png</image57x57>
        <image58x58>[email protected]</image58x58>
        <image72x72>Icon-Large.png</image72x72>
        <image76x76>Icon-Ipad-76.png</image76x76>
        <image80x80>Icon-Small-80.png</image80x80>
        <image100x100>[email protected]</image100x100>
        <image114x114>[email protected]</image114x114>
        <image120x120>Icon-Iphone-120.png</image120x120>
        <image144x144>[email protected]</image144x144>
        <image152x152>Icon-Ipad-152.png</image152x152>
        <image512x512>iTunesArtwork</image512x512>
        <image1024x1024>iTunesArtwork@2x</image1024x1024>
</icon>
Image50x50 changes to a size of 52x52 after app is created with flashbuilder. In fact, all of the images change files sizes and become a little bigger. I have not submitted the app yet, as I am still in the development phase.

Similar Messages

  • IOS app icon sizes

    Has anyone got a latest, definitive list of icon sizes we have to provide for ios app submission?

    Thanks.
    That's a bit different to my list:
    <image16x16>skins/assets/icons/icon_16x16.png</image16x16>
                        <image32x32>skins/assets/icons/icon_32x32.png</image32x32>
                        <image36x36>skins/assets/icons/icon_36x36.png</image36x36>
                        <image48x48>skins/assets/icons/icon_48x48.png</image48x48>
                        <image72x72>skins/assets/icons/icon_72x72.png</image72x72>
                        <image114x114>skins/assets/icons/icon_114x114.png</image114x114>
                        <image128x128>skins/assets/icons/icon_128x128.png</image128x128>
    But mine isn't updated for retina displays yet.
    I think 1024 is only neccessary as the app store icon, so it's uploaded as part of the submittal process and not embedded with the app?

  • Game App needs the new "IOS 7" icon

    Thank you, for reading
    Game App its on itunesconnect in the reviewing process. i got email from apple saying error "on next update include 76x76 and 152x152 images". i was like ok sure, so i open flash pro cc i went to publish setting/ icons and than o....... flash does not even have 76x76 and 152x152 built in. i screamed in panic rage. anyway i went on the forums search around-
                       "Downloaded" sdks that should support ios 7 "Failed"
                   "Edited" App descriptor xml
    <icon>
            <image16x16></image16x16>
            <image29x29></image29x29>
            <image32x32></image32x32>
            <image36x36></image36x36>
            <image40x40></image40x40>
            <image48x48></image48x48>
            <image50x50>Icon-Small-50.png</image50x50>
            <image57x57></image57x57>
            <image58x58></image58x58>
            <image72x72></image72x72>
            <image76x76>Icon-76.png</image76x76>
            <image80x80></image80x80>
            <image96x96></image96x96>
            <image100x100></image100x100>
            <image114x114></image114x114>
            <image120x120></image120x120>
            <image128x128></image128x128>
            <image144x144></image144x144>
            <image152x152></image152x152>
            <image512x512></image512x512>
            <image732x412></image732x412>
            <image1024x1024></image1024x1024>
        </icon>
    Guess what it "Failed" so fun
    Application descriptor file cannot be parsed.
    3. i added all sdks (3)>6.7.8.9 and 4.0
    i am at the mercy of this icon issues or i fail in real life. defeated by icons can it get worst
    4. seems amatuer from me but you should know its life on the line
    5. anyway to transfer my fla files to different software or etc so i can successfully publish
    6. out of ideas how can i get 76x76 and 152x152 in flash cc for publish
    Notes
    -publish setting/4.0 ios air/target/icons tab/----// would like to add 76x76 icon image display here in this section//
    -Again thank you for reading trying bring light to the table instead of negative. being positive here thx

    Note that any changes you make in the publish panel in Flash will cause the apps XML to be rewritten every time. You should become familiar with the XML file and avoid the Flash AIR for iOS publish settings panel at all costs. Open the apps XML in your favorite text editor and make the changes yourself.
    Use the latest SDK (4 at this time) but your first trip should be to the SDK release notes to verify the date it was last updated, and update as needed:
    http://helpx.adobe.com/air/air-releasenotes.html
    After your SDK is up to date, make sure you adjust your apps XML if needed to reflect the correct version of the SDK (4.0 as of now).
    At this point, my way around the publish panel is to hit publish with this correct XML file in place and let Flash generate the SWF. Sometimes it might error, sometimes not. The SWF is all I care about. At this point if an IPA was generated I just delete it.
    What Flash is doing behind the scenes for you is simply running the AIR SDK's 'adt' command. You can run it yourself from a command line to package your own application. This gets around the Flash iOS publish panel inevitably being outdated as sweeping changes are made from targets (Apple, Android).
    Here's a quick primer on the 'adt' command (don't get scared):
    http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac35eb7b4e12cddc5fbbb-8000.html
    Scroll down to the "Creating an iOS package for Apple App Store submission" section to see some easy cut and paste commands for you. If you're doing anything advanced like loading external SWFs with ABC and stripping, that'll take a few more commands. But the basics are here.
    I update my Windows PATH environment variable to include the full path to my AIR SDK's /bin folder so I can use 'adt' from any location. You might want to consider that. Otherwise you'll need to preface your 'adt' command with that path before using it.
    An example of packaging your application with the latest AIR and support for the latest icons/etc might look like this:
    adt  -package  -target ipa-app-store  -storetype pkcs12 -keystore YourDistributionKeystore.p12 -provisioning-profile YourDistribution.mobileprofile NameOfApp.ipa NameOfApp-app.xml NameOfApp.swf iTunesArtwork iTunesArtwork@2x Icon-76.png [email protected] Icon-152.png [email protected] icons SomeFolder SomeOtherFolder
    If you just get a commmand error for 'adt', remember you must be sure to preface the command with the full path to the correct AIR SDK /bin folder or it won't exist as a command.
    e.g.:
    C:\AIRSDK\bin\adt  -package  -target ipa-app-store .... etc
    Might seem complicated but taken line by line (or parameter by parameter):
    adt  -package 
         -target ipa-app-store
         -storetype pkcs12
         -keystore YourDistributionKeystore.p12
         -provisioning-profile YourDistribution.mobileprofile
         NameOfApp.ipa
         NameOfApp-app.xml
         NameOfApp.swf
         iTunesArtwork iTunesArtwork@2x Icon-76.png [email protected] Icon-152.png [email protected] icons SomeFolder SomeOtherFolder
    Everything after the NameOfApp.swf is a space separated list of files and folders to include.
    After you run that command, assuming it can find your .p12 and .mobileprovision (in this example, in the same folder) it will ask you for a password for your .p12.. Enter that and it will compile. That's all Flash is really doing for you when you hit publish, only using 'adt' directly resolves many issues the IDE isn't efficiently updated to handle.

  • ITunes apps icons do not appear correctly

    iOs apps icons in iTunes looks strange, it was from the very beginning when I bought a MPBr.
    Any idea how to fix it?
    Selected app

    i also have this problem, couldn't find solution on google. i did reset the itune library, noting changed... anyone know how to fix?

  • Testing iOS apps made in AIR 3.0

    im wondering if theres a way to open a swf of an iOS app in device central, i cant find a device in the list that supports it, it says that it uses flash player 11, but the list of devices wont go futher than flash player 10.2, im using cs5.5, so how can i test my app without having to sync it everytime?, i really wish i could use it in device central

    If you do a test movie, it's testing in ADT, and that might be good enough.
    You can do faster device testing by unzipping the IPA file, and then drag the Payload/app file onto your device in the Organizer window of Xcode. That saves a lot of time.
    Or you can use tools like this one:
    http://itunes.apple.com/us/app/betabuilder-for-ios-apps/id415348946?mt=12
    It can take the IPA file build a set of files that you put onto your server, and then just email the URL to your devices. You only have to view the web page in Safari on the iPhone or iPad, and touch the link, and the app gets installed straight to the device.
    It's the same trick that TestFlight.com uses, but you can have the files on your own server, and not have to sign up with someone else's service.

  • Having a problem with Ipad2 IOS 7 itunes moving app icons

    When trying to move or reposition app ICONS in iTunes for my iPad2 it is extremely sluggish or won't let me select a home screen or icon to work with.
    Sometimes all the home screens "disappear" from the window. 
    Did not have this problem with previous iTunes version 11.x.x before updating to the new 11.1 iTunes and IOS 7 on my devices.
    My iphone 4s with IOS 7 does not have this problem, but is a little sluggish.
    Running Windows XP on a very fast PC.
    Thanks

    While downloading select Downloads in the left-hand column and make sure Allow Simultaneous Downloads is unchecked. This seems to help with partial downloads...
    The other issue doesn't ring any bells.
    tt2

  • Publishing ios app - adding ios 7.0 icons

    Hi,
    İ am developing an ios app using adobe Flash CC and i downloaded air sdk 4.0 for ios. But ı could'nt find new icons size for ios 7.0 in air for ios setting panel. So icould'nt publish 76, 120 and 152 icons.
    How can i add these icons my ipa?

    If someone has any problem with this kind of error the solution is simple!
    You should use the source code of the hamcrest as3 project instead of swc in the build path.
    This problem happened because of the BindageTool as3 library.

  • Moving App icons iOS 7

    Cannot move app icons from one page to another when syncing. Dragging moves pages, not icons in iOS 7.

    I had problem trying to drag icons to another page at first: they just slipped back.  Then discovered you need to pause a bit when you have dragged them to the end of the screen: only then does the second screen appear and the icon slips into its new place.  

  • I have recently upgraded my iPad 2 to iOS 7 and I have lost 3 app icons.  The apps still appear in settings, so I can't reinstall the app as they're already there.  I've tried uninstalling and reinstalling via an iTunes sync, but it hasn't helped.

    I have recently upgraded my iPad 2 to iOS 7 and I have lost 3 app icons.  The apps still appear in settings, so I can't reinstall the app as they're already there.  I've tried uninstalling and reinstalling via an iTunes sync, but it hasn't helped.  The 3 apps are bbc iplayer, itv player and sky go.
    Can anyone help please?

    Have you checked to see if the Apps have been placed in an App folder?
    Try swiping down from the middle of the screen so the search bar appears. Type the name of the App and if the App appears it is indeed on your phone.
    You could also try restarting your device by holding the power and home button until the Apple logo appears.

  • IOS - Can you manually adjust badge on app icon?

    My app is just a brochure. Users can download compatible files to view (DOC, PPT, PDF, XLS, MP4, etc). If a newer version of a previously downloaded file is available I'd just like to update the badge icon on the app to alert the user their downloaded resources have updates.
    So far all I see as a way to update a badge icon (outside previous ANEs that are said to be malfunctioning) is the new AIR 3.4 push notification updates. I see you can register to receive PUSH and if RemoteNotifier receives a notification event of type RemoteNotificationEvent.TOKEN it can adjust the badge?
    I only wish to set the app icons badge number manually from inside the app, after I determine if there's any resources that need updating. I don't need push services. Is there an easy means that I'm simply not seeing to adjust the badge, such as somehow faking a RemoteNotificationEvent.TOKEN event or any classes I'm not seeing inside flash.notifications.*?
    Thanks for any tips!

    You are mostly correct except the fact that on iOS, the OS may handle the notification and application may never get to know about it.RemoteNotificationEvent.NOTIFICATION is fired only in following two scenarios:
    The application was in foreground when remote notification was received.
    The application was not in foreground when notification was received and as a result of the presented notification, the user taps the action button of the alert.
    If the notification is delivered when the application isn’t running in the foreground, the system presents the notification, displaying an alert, badging an icon, perhaps playing a sound. And hence the event will not be dispatched. In other words, this event will NEVER be fired if application was in background(sleeping/dead) and user ignores the notification.
    Please refer to http://blogs.adobe.com/airodynamics/2012/05/29/push-notifications-support-in-ios/ for more details.

  • TS1702 I had deleted my Apps Icon from the phone as I was trying to update the new version iOS4.3. However, after deleteing the Icon, I am not able to install the Apps Messenger again because I am not able to use the IOS.4.3 diagnostic password sent via e

    I had deleted my Apps Icon from the phone as I was trying to update the new version iOS4.3.
    However, after deleteing the Icon, I am not able to install the Apps Messenger again because I am not able to use the IOS.4.3 diagnostic password sent via email.
    Installation was rejected because I need the iOS.4.3
    Thanks for your help
    Michael

    That situation went from inconvenient to complicated quickly.  Wait for any pending orders to drop off, wait for things to clear up, wait till your upgrade comes up and then upgrade when your contract is fulfilled.  I would have suggested a replacement phone, I know, with only a month left why couldn't you just upgrade early, but these situations where people try to upgrade early always end horribly and once a phone order starts, it almost cannot finish until something winds up shipped received and returned.  Sorry this happened the way it did.  Definitely not efficient.

  • HT4623 I have a 1st generation iPad &recently updated to iOS 5.1, but I can't find my AppStore app icon! Help!

    I have a 1st generation iPad and recently updated to iOS 5. However, I can't find my AppStore app icon now. Like it's disappeared!
    How do I get the icon back?

    Do your have Restrictions turned on?  Settings>General.
    If that's not it, scroll to the left until you get to the search page.  enter "App Store", does this find the app?  If so, then the icon is lost on some later page or is in some folder.

  • Updated to IOS 5 and app icons are missing

    I upgraded last night and now some of my app icons are missing. If I do a spotlight search and find the app I can then launch the app from there but I would like to have the icon back to use rather than a workaround.

    After the IOIS 5.0 update my apps weren't showing on my device until I tabbed thru several screens on the phone. The only other issue was when I did a "restore" to new , not from backup because I was issues with the update (Bugs) Did a update and my apps didn't show until I did a " File" ................Transfer Purchases from Iphone.....with the device connected to ITunes...........then  Sync................ Another possibility could be in the following link:
    https://discussions.apple.com/message/15129345#15129345

  • How do you get rid of the app icons after the app has bee updated? Using iOS 7.02

    After updating apps I am unable t get rid of the app icon on the update screen.

    Feedback to Apple
    http://www.apple.com/feedback

  • AIR 3.9 as3 IOS app stuck on launch / loading / splash screen

    When deploying an app to ipad2 ios7/iphone4 ios6/iphone5 ios7 the app doesnt get past the loading/splash screen.
    Ive tried debugging on the device via usb but doesnt even hit the first breakpoint on the firtst line of code. Also deployed via testflight with the same result ie stuck on the loading screen.
    I released the app in December but the app freezes on the loading screen from the app store!!?? Ive no idea how this passed apple testing etc and it previosly worked. ..Has anyone got any advice on how to debug this or does anyone know what could be the problem?
    Ive now created a VERY simple app for testing, this includes all icons etc and just displays some text in a text box. This also freezes on the loading screen.
    Im using Flashbuilder 4.7 with air 3.9
    Ive updated compiler arg with -swf-version=22
    application descriptor updated with - <application xmlns="http://ns.adobe.com/air/application/3.9">
    included icons are -
    <icon>
    <image16x16>16x16.png</image16x16>
    <image29x29>29x29.png</image29x29>
    <image32x32>32x32.png</image32x32>
    <image36x36>36x36.png</image36x36>
    <image40x40>40x40.png</image40x40>
    <image48x48>48x48.png</image48x48>
    <image50x50>50x50.png</image50x50>
    <image57x57>57x57.png</image57x57>
    <image58x58>58x58.png</image58x58>
    <image72x72>72x72.png</image72x72>
    <image76x76>76x76.png</image76x76>
    <image80x80>80x80.png</image80x80>
    <image96x96>96x96.png</image96x96>
    <image100x100>100x100.png</image100x100>
    <image114x114>114x114.png</image114x114>
    <image120x120>120x120.png</image120x120>
    <image128x128>128x128.png</image128x128>
    <image144x144>144x144.png</image144x144>
    <image152x152>152x152.png</image152x152>
    <image512x512>512x512.png</image512x512>
    <image732x412>732x412.png</image732x412>
    <image1024x1024>1024x1024.png</image1024x1024>
    </icon>
    included launch images are -
    Default.png
    320 x 480
    iPhone, standard resolution
    [email protected]
    640 x 960
    iPhone, high resolution
    [email protected]
    640 x 1136
    iPhone, high resolution, 16:9 aspect ratio
    Default-Portrait.png
    768 x 1004 (AIR 3.3 and earlier)
    768 x 1024 (AIR 3.4 and higher)
    iPad, portrait orientation
    [email protected]
    1536 x 2008 (AIR 3.3 and earlier)
    1536 x 2048 (AIR 3.4 and higher)
    iPad, high resolution, portrait orientation
    Default-PortraitUpsideDown.png
    768 x 1004 (AIR 3.3 and earlier)768 x 1024 (AIR 3.4 and higher)
    iPad, upside down portrait orientation
    [email protected]
    1536 x 2008 (AIR 3.3 and earlier)1536 x 2048 (AIR 3.4 and higher)
    iPad, high resolution, upside down portrait orientation
    Default-Landscape.png
    1024 x 768
    iPad, left landscape orientation
    [email protected]
    2048 x 1536
    iPad, high resolution, left landscape orientation

    I have the same problem, AIR 4 (1628) and compiler -swf-version=23; testing on iPad3, iOS 7.0.6
    The app launches less than half of the time successfully.
    Mar  5 11:46:09  backboardd[29] <Warning>: CoreAnimation: timed out fence 2a207
    Mar  5 11:46:09  backboardd[29] <Warning>: CoreAnimation: timed out fence 2a0df
    Mar  5 11:46:09  SpringBoard[33] <Warning>: CoreAnimation: failed to receive fence reply: 10004003
    Mar  5 11:46:09  backboardd[29] <Warning>: CoreAnimation: updates deferred for too long
    Mar  5 11:46:13  backboardd[29] <Warning>: <app ID replaced> failed to resume in time
    Mar  5 11:46:13  backboardd[29] <Warning>: Forcing crash report of <app ID replaced>[136]...
    Mar  5 11:46:14  backboardd[29] <Warning>: Finished crash reporting.
    It might have something to do with the new way iOS7 shows the last active screen of an app as a screenshot and optionally replaces it with the running app, if the app had been killed in the background. That way, it seems that more apps are running concurrently than the device supports. There's often a flicker showing the real app behind the splash screen WHEN I minimize a stuck splash screen.

Maybe you are looking for

  • Clearing document (F-54) not considered in F110

    HI All, The scenario is down payment made via tcode F48 Invoice generated through tcode f-43 Clearing of vendor down payment TCode F-54 Then final payment using the tcode F110, Now in this Invoice No is given as selection criteria. But the system is

  • Lock language in the tp/R3trans

    Hello, I'm installing the french in my system. During the transport I got a problem with a filesystem. It became 100 % used so one of the transport failed. I have extend the tablespaces and now we have free space, but: When I try to "Restart" I get t

  • Song auto pauses (Randomly) with headphones.

    So I have a "mp3 adapter (Just a headphone jack)" In my truck. I plug it in my Iphone 3g, Turn my music on and it works fine. But randomly (Everytime) it will pause. When its locked, or on the ipod screen. It really bothers me.. Any ideas?

  • Nuget is busted (for me)

    When I select Load Tools | Library Package Manager | Manage NuGet Packages for Solution, it comes up with Onlilne | NuGet official package source selected, I see this err msg in the middle pane: Unable to cast COM object of type 'System.__ComObject'

  • Changing the default address for Iphone Notes?

    I don't why this is but the e-mail address is my gmail account.  When it should be to one of my Outlook addresses.  Which is why my notes to to Gmail notes, I suppose. No matter how hard I search, I can find no way of changing the default address fro