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.

Similar Messages

  • PDF generated in iOS app opens iOS adobe but is blank in Windows and Mac adobe

    I generated a PDF in an iOS app called iThoughts and I am able to export directly to iOS Adobe, or e-mail the PDF.  When I export directly to Adobe the PDF opens fine in the Adobe iOS app, when I try to open the PDF on a windows machine or Mac machine the page is blank, all white.  When I click the preview on Gmail I see the PDF fine.  When I open the PDF in my mac preview desktop app it works fine.  I did try to save from export from preview and this did not work, same results.  When I open the PDF in iOS from the email it works fine also. The iThoughts generated PDF mind-map in this instance is very large.  When I generated a branch of the map it works fine.  If the map is smaller it works fine.  This is a single page PDF.  When I had notes on the same mind map the PDF was two pages and the only thing visible was page 2 with the notes on it, not map.  I am going to send the developer of the iThoughts app an e-mail but I thought this would be a better place since I can open the PDF in my iOS app but not on a desktop program.  I have done this with iOS 6 and now with iOS 7 with the same results.

    Thank you very much.  Is this the case for Adobe pro also? I am using Adobe Pro at work and it doesn't work either.
    Are there any work arounds to be able to view / print / open in Adobe pro to be able to use the search funciton?  That was my point of creating one map so we can search one page with all the settings as listed on the attached PDF.  I am glad, but seems odd I can view and search this document on my iPad iOS version of Adobe reader.  Thank you for this option at least.  I guess this will push getting more iPads at work, LOL.
    Thanks again for your time and I hope to hear of some work around to be able to search this larget page PDF besides cutting it into 2 pages.

  • IPhoto (OSX) Publish to Recently Added (iOS)

    I'm using iPhoto on Mavericks and Photo on iOS 8. All my photos from my iOS devices are syncing to Recently Added across iOS devices. None of my photos from iPhoto on Mavericks (OSX) are being added automatically to Recently Added on iOS (unless they were taken on an iOS device).
    In other words, the photos taken with my Nikon DSLR that I imported through iPhoto do not automatically show up on my devices.
    I want them to.
    Thoughts?

    Trevor Doerksen wrote:
    I'm using iPhoto on Mavericks and Photo on iOS 8. All my photos from my iOS devices are syncing to Recently Added across iOS devices. None of my photos from iPhoto on Mavericks (OSX) are being added automatically to Recently Added on iOS (unless they were taken on an iOS device).
    In other words, the photos taken with my Nikon DSLR that I imported through iPhoto do not automatically show up on my devices.
    I want them to.
    Do you have Automatic upload ticked in iPhoto prefs > iCloud?
    Thoughts?
    Tick the box above and/or wait until Yosemite & the new Photos app comes out in a few weeks.

  • Can I use OS X Server 4.0 Profile Manager to distribute iOS apps with iOS Developer Enterprise Program (iDEP)?

    We are developing an iOS and complementary Mac OS X app for in house use by about 1500 users. I need to manage the devices and distribute the in-house app to these users.
    We have an iOS Developer Enterprise Program (iDEP) licence.
    Can I combine OSX Server and iDEP to distribute and manage the app? Or do I nee dot move to something like Air Watch?

    You should not have to do anything the user/group import should be automatic and you should not have to manually create any accounts and it does onging syncs automatically but I do not know how often.
    Once you are install and connect to profile manager all the accounts should show up just by clinking on users or the groups icons and they will work with that. You should not need to mess with them in the actual server application Although I would assume the other services all ink into the OD directory I don't know exactly how services like email, file sharing or VPN work as we have other more full featured better scaling services for that like MS Exchange for email/calendar and Cisco VPN.
    We are only using OD, Profile Manager and Software Update.
    Just a note I am using Server 3.2 on OS 10.9.5 if you are using Server 4.X your mileage will probably vary slightly as I am not sure what the areas of major change are.

  • Looking for a specific iOS App

    I need to figure out what an iOS app is based on its icon. It is what looks like a white flower in front of a purple background. It's one of the ones on the mobile in the front window of the apple store. PLEASE HELP! I need to figure out what this app is called!

    Why?

  • Adobe Air + Box2D.swc = TypeError: Error #1009 // New way to handle .swc files in Flash for iOS Apps?

    Hi,
    I need your help please - I have to update one of my iOS Apps. In this App I use Box2d for a simple maze game (it's an app for kids). When I publish & test this game on my Mac it works fine. I can drag my Hero (fish) through this Maze and all collision detections, gravity etc. work perfect.
    When I test it on my iPad it doesn't work. The device debugger shows this error message:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
      at global$init()
      at global$init()
      at Box2DAS.Common::b2Base$/initialize()[/Users/jan/Documents/_Projekte/Spielplatz/Universal_ Retina/src/com/Box2DAS/Common/b2Base.as:31]
      at wck::WCK/create()[/Users/jan/Documents/_Projekte/Spielplatz/Universal_Retina/src/com/wck/ WCK.as:26]
      at misc::Entity/ensureCreated()[/Users/jan/Documents/_Projekte/Spielplatz/Universal_Retina/s rc/com/misc/Entity.as:50]
      at misc::Entity/handleAddedToStage()[/Users/jan/Documents/_Projekte/Spielplatz/Universal_Ret ina/src/com/misc/Entity.as:100]
      at misc::Entity/handleAddedToStage()
    Line 31: loader = new CLibInit();
    I guess "CLibInit" should come from the .swc file.
    The thing is:
    I didn't change anything in this maze game - it seems this has to do something with the new Flash and/or Adobe Air version. Box2D.swc file is included:
    It always worked like this - and it works when testing it on my Mac - but it is no longer working on my current system.
    So I started my Mac from an older system (10.9.5 on an external HD) and published the App from Flash CS6 and Adobe Air 13.0 - then it suddenly worked on my iPad as before. I was able to tap an the fish and drag it arround.
    The same project / app published from my current OS X 10.10 + Flash CC 2014 + Adobe Air 15.0.0.302 is not working. I always receive this Error Message - I can not drag the fish - nothing happens. And I have no idea why this happens and what else I could do. I searched the whole day for a solution but didn't find anything.
    So did anything change by the way Flash and/or Air handles .swc files? Is there an other way to include: import cmodule.Box2D.* / CLibInit ?
    Please - if anyone has a clue - please let me know!!
    Best regards
    Jan

    Update:
    There is also an Android Version of this App. I just published and tested a new version of it on my kindle fire & Samsung Galaxy Tab 2. On both Tablets the maze works perfect. I'm able to drag the fish around etc.
    Then I published this Android Version for iOS and tested it on my iPad. Again I'm getting the Error message:
    TypeError: Error #1009: Cannot access a property or method of a null object reference. 
      at global$init() 
      at global$init() 
      at Box2DAS.Common::b2Base$/initialize()[/Users/jan/Documents/_Projekte/Spielplatz/Universal_ Retina/src/com/Box2DAS/Common/b2Base.as:31] 
      at wck::WCK/create()[/Users/jan/Documents/_Projekte/Spielplatz/Universal_Retina/src/com/wck/ WCK.as:26] 
      at misc::Entity/ensureCreated()[/Users/jan/Documents/_Projekte/Spielplatz/Universal_Retina/s rc/com/misc/Entity.as:50] 
      at misc::Entity/handleAddedToStage()[/Users/jan/Documents/_Projekte/Spielplatz/Universal_Ret ina/src/com/misc/Entity.as:100] 
      at misc::Entity/handleAddedToStage
    ...and the fish is stuck - I can't drag it - nothing happens. So this error only occurs when I publish the App for iOS - as an .ipa. Did anything change in the way Air handles .swc files?
    I'm totally confused
    If anybody has an idea what I could try - PLEASE LET ME KNOW!!

  • Publish iOS app with Flash CS6?

    Hi,
    Is it possible to publish an iOS with the new icons sizes (120px..) with Flash CS6?
    Flash removes the new icon sizes from the app.xml every time I publish my app.
    Is it possible to prevent this?
    I tried to set the app.xml to read-only but then the app will not publish.
    Thanks

    I was getting this intermittently.   Not a super problem.   A remove and install in iTunes gets it loaded (after you tell ITunes where it is).

  • Air iOS - How to add iPhone 6 icons to app.xml?

    I'm using Flash CS6 and Air 3.9 to publish an iOS app.
    How to add the icons for iPhone 6 and iPhone 6 Plus to the app.xml?
    I tried this but got an error:
    <icon>
    <!-- all other icon sizes -->
    <image120x120>AppIcons/app_120.png</image120x120>
    <image180x180>AppIcons/app_180.png</image180x180>
    </icon> 
    Any help appreciated.
    Thanks

    Hi,
    Thanks for reporting, but things are working fine at our end. Could you please tell us the error you are observing. Also i would recommend you to use latest SDK and Flash pro.
    Thanks,
    Jitender

  • Flash CC crashes after publishing iOS app + publish settings are not being saved to file

    I have two issues:
    1. Flash CC crashes every time I publish an iOS app
    2. My Publish Settings are not being saved
    1. Flash CC crashes every time I publish an iOS app
    Since yesterday Flash CC keeps crashing right after I publish an iOS app. The app is published correctly though. I tried everything from restarting my MAC, reinstalling Flash, removing the folder "Flash CC 2014" inside Application Support/Adobe. But all this did not work.
    2. My Publish Settings are not being saved
    Since the first day I installed Flash CC, it did not save my publish settings along with the .fla-file. I never had this issue with Flash CS 5.5. This was not a very big issue, but now every time I publish an app and Flash CC crashes I have to fill in all the publish settings manually. Now I'm getting frustrated. Even saving my settings as a preset, storing it inside a folder and importing it again, won't help. Then I will get the message: "Import failed: invalid profile file."
    Can please anyone help me with these issues? It is quite time consuming to continuously enter the settings manually after every crash.
    Thanks!

    reset your preferences -
    after effects:  http://helpx.adobe.com/after-effects/using/preferences.html
    dreamweaver:  https://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs6-cc.html
    flash:  http://helpx.adobe.com/flash/kb/re-create-preferences-flash-professional.html
    illustrator:  http://helpx.adobe.com/illustrator/using/setting-preferences.html
    indesign:  https://forums.adobe.com/thread/526990
    photoshop:  https://forums.adobe.com/thread/375776
    photoshop elements:  http://www.photokaboom.com/photography/learn/Photoshop_Elements/troubleshooting/1_delete_p references_file.htm
    premiere pro: http://www.mediacollege.com/adobe/premiere/pro/troubleshooter/trash-preferences.html

  • 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.

  • Reduce publishing time for Air iOS apps?

    Hi,
    Currently it's taking my machine up to  4 minutes to publish an Air iOS app.
    Are there any settings or hacks I could try to reduce the time?
    I'm using Flash CS 6 + AIR SDK 16 on a Windows 8.1 laptop.
    Stats:
    - Intel Pentium Prozessor (1,5 GHz, Intel HD Graphics, Microsoft Windows 8, 64-bit)
    - 4 GB DDR3-RAM
    - 500 GB Hybrid-SSHD-Festplatte with 8 GB SSD
    Thanks for any tips.

    Hi,
    I'm really interested in this feature as well. Have spent a bit of time attempting to get one running through a native extension but it doesn't appear to work. I believe something in the AIR build process is blocking the components required. I've tried several methods so far:
    packaging the appex with an ANE
    packaging the appex with the AIR container app
    using a class instead of a storyboard
    But nothing seems to be working. This is even before the app extension is doing anything. My guess is that the plist file specifying the app extension isn't correctly being included in the application but I have no idea how to update it to test.

  • Can I develop an iOS app that can download multiple free iBooks that I publish and make them available within the iBooks app?

    Is it possible for a self-developed iOS app to download iBooks from our server and make the books available to the iBooks app?
    My organization is evaluating publishing some free training manuals / textbooks as iBooks made with Apple's "iBooks Author" software. We don't necessarily want to use the iTunes Store for distribution because of the semi-sensitive nature of the content. To distribute the books to users with iPads, we've thought of using MDM software, a webpage, or an iOS app. The reasoning behind an iOS app is that the app would be a "download manager", making it much easier for a user to download all 42 books all at once. A user would install our "free training manual download manager" iOS app and use it to authenticate to a our server app that would serve the books, the end result being the books available via the iBooks app.
    Thanks,
    Ted

    Hi Kappy,
    Actually Apple lets self-publishers distribute iBooks outside of the iTunes Store, as long as the iBooks are free (no cost to user).
    What I'm wondering is if it's possible for a custom iOS app to side-load iBooks so that they're available to a user within the iBooks app.
    If not, we'll either post the iBooks for download from our website or we'll use MDM software to push the iBooks to MDM-enrolled iPads.
    Ted

  • Can the trial version of Director 12 publish iOS app for in-house distribution?

    Can the trial version of Director 12 publish iOS app for in-house distribution? What about the purchased version, any limitation on the type of distribution?
    I am getting the "Publishing to iOS appstore is not allowed for this movie. Click on "More Info" for more information".

    This invaluable YouTube video goes through the whole process .....
    http://www.youtube.com/watch?v=QDTqK16ir6c
    As mentioned in the associated YouTube comments, "When you have Xcode installed, go to Xcode > Preferences > Downloads and be sure to install the command line tools"

  • Director 12 won't publish an iOS app

    It was working fine (if lots of bugs appearing on the iPad) and then the certificate ran out.
    I updated the keychain cert and the provisioning file and now it won't publish the .ipa file.
    Anyone struck this?

    There are other issues involving certificates...someone recommended checking the Keychain to make sure there are no duplicate certificates. Also suggested checking to see if there are any certificates in "root", because they should be in "login".
    The reason I suspected the codesign phase in the IPA publishing sequence is because Director would progress with the process up until about 99% completion. With the Keychain "locked," the system gives the message asking for codesign permission. That, appearing at the very end of the publishing process, gave me some sort of clue but I kept thinking the certificates were mismatched when they were actually just fine.
    It was only when I had the console utility running to see what was going on that I saw the reference to the Xcode path. I had already repeatedly deleted and reinstalled certificates. In my case the failure was because Director couldn't find the Xcode /Developer folder, wherein, I suppose, dwell the Xcode command line tools Director needs to finish the job.
    Verbose error messages from Director during the IPA publishing process would be helpful to say the least. There are several places where publishing the IPA can fail.
    Something occurs to me...forgive me if this is too obvious a question...but are you using certificates for iOS publishing or are you using certificates for OSX applications? They have to be iOS certificates and provisioning profiles. I assume that is what you have done but I bring it up just in case others may be trying to sign iOS apps with Mac development certificates. I confess that I am not an expert in these matters...
    Another thing is to make sure there is an Apple Intermediate certificate in the Keychain. More detail here, near the bottom of the page.
    https://developer.apple.com/library/ios/#documentation/IDEs/Conceptual/AppDistributionGuid e/CodeSigningYourApps/CodeSigningYourApps.html#//apple_ref/doc/uid/TP40012582-CH23-SW1

  • 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?

Maybe you are looking for