No software with CFBundleIdentifier issue AIR app

I am updating a 2.0 version of an existing app with a specific name: DinosaurDays. I am now loading a new IPA file with the same name, and there are all kinds of issues with the CP Bundler. The app ID is com.distanttrain.dinosaurdaysfree. Does anyone know how to make the app name on iTunes Connect jive with the app ID? I don't want to change the name of the app itself. Every time I try to create a new version, it either tells me that the existing name is already in use and can't be used (iTunes Connect) and when I try to submit a different name, the app can't be found. This is awful and confusing and (of course) Apple is no help whatsoever.

that's an apple error message, App Distribution Guide: Troubleshooting

Similar Messages

  • Can I update my Android AIR app with a non-AIR app?

    A few years ago I published an Android app using Adobe AIR. Now I've created a new version of the app with a different technology (HaxeFlixel / OpenFL) which uses native C++ code.
    The certificate I used for the AIR version is in "p12" format, and it seems that I need to use "jks" format. I tried using a p12 to jks converter I found online, which seemed to work, but when I try to submit the app I get an error saying that the certificates don't match.
    Any suggestions on how I can update the app with a non-AIR app? Is it possible? Thanks in advance.

    I'm still having trouble with this, I asked in the OpenFL forums but nobody responded.
    I converted the p12 file to JKS from the site you suggested (I think I've actually tried it before), and the file was created successfully, the apk compiled fine with the JKS file, but when I try to update the app for Google Play it says "Upload failed
    You uploaded an APK that is signed with a different certificate to your previous APKs. You must use the same certificate. Your existing APKs are signed with the certificate(s) with fingerprint(s):"
    When I try to sign with the original p12 file, I get the error "Invalid keystore format"
    I noticed that for the AIR app, I also had a file called SelfSigned.pfx, which I think was used to create the p12 certificate? Can this have something to do with the problem? I even tried using this pfx file to sign the app, which didn't work either.

  • Hello how can I sync with my MacBook air apps that I have

    Hi, How can I sync my apps form iphone 4 to my new MacBook Air

    If you don't have Sync Apps selected under the Apps tab for your iPhone sync preferences with iTunes, before doing so with your iPhone connected to iTunes - at the iTunes menu bar go to File and select Transfer Purchases From - the name of your iPhone. After confirming all apps on your iPhone are now in your iTunes library, under the Apps tab for your iPhone sync preferences with iTunes select Sync Apps and make sure all apps on your iPhone are selected below followed by selecting Apply.

  • Getting Open In... to work with an iOS AIR app

    Hi,
    I am making a music player for iOS.  So far, I have figured that I am supposed to:
    in the InfoAdditions section of the app manifest, add:  UIFileSharingEnabled = true, so that users can place mp3s in iTunes within the app's documents directory, which my app can then open.
    Since File.browseForOpen() doesn't work on iOS ( *sigh* ), either:
    create my own file browser, based on the file pointers I get via File.documentsDirectory.getDirectoryListing().
    OR: coherce an image browser to look for sound files ( ! ) somehow, such as:
    CameraRoll.browseForImage()
    ANE:  https://github.com/freshplanet/ANE-ImagePicker
    Distriqt's CameraRollExtended ANE: http://distriqt.com/native-extensions#camerarollextended
    Assuming I can make this work without running afoul of Apple's storage guidelines ( BTW: from what I am reading, using the documents directory to store mp3s might be a violation ), I still need to figure out one more thing:
    How do I make it so that other apps can see my air app via the little "Open in..." drop-down menu, when trying to read an mp3?  Is that even possible?  IOW, is there a way to indicate to iOS that my AIR app can read mp3s ( or other sound files )?

    You need to register what document extensions you want your app to support and let other apps know about through various additional app desciptor InfoAdditions, as discussed here:
    http://forums.adobe.com/message/4725423

  • Ingress software or iPhone issue over app crash and battery heating up

    Hi all
    As you know the ingress games requires you to keep the phone while moving around to recharge the XM, and of course that reduce dramatically the battery, so I do carry a battery pack or two.
    Recently, when the phone is kept on for a few hours my iPhone 4s automatically shut down, or even crash the ingress app. and the phone heats up after kept on for over just over 3 hrs, and sometimes beyond this the phone shuts down.
    Does anyone have this battery heating up issues or automatic shutting down after hours of keeping the phone on even connected to a battery pack?

    While on the HOME screen double-press the Home button. The Quick Launch bar will appear on the bottom of the screen. Hold any icon until they all display "-", then tap the "-" on each one until they are all gone.
    Next, reboot the phone by holding the HOME and SLEEP buttons until an Apple logo appears.
    BTW, this assumes your phone is not jailbroken. If it is then that is your problem, and you will have to find solutions somewhere else, as it can't be discussed in an Apple-hosted forum.

  • Distributing AIR Runtime with a commercial AIR app: permitted?

    I did some Googling around for the answer to this, and I
    discovered, according to a couple bloggers, that while it's
    definitely permitted to sell applications you make with AIR, you
    cannot sell the runtime. That makes perfect sense, but I'm
    wondering if that comes into conflict with including the runtime on
    a disc/in a paid download.
    Similarly to how Windows games include a DirectX installer
    for people who somehow don't have that yet, I was wondering if it
    violates some kind of copyright or intellectual property thing to
    include an Adobe AIR runtime installer in whatever package I
    distribute my application in. That way, rather than giving someone
    a .air file that they have no idea what to do with (unless they
    read the manual, which many people, um, won't), I can include an
    installer program for each of the three platforms which will either
    open the AIR file if it can, or tell the user "This program needs
    AIR to breathe!" or something and then installs the runtime. That
    way they don't have to go download something else.
    Just a convenience thing that I'd like to do, so I want to
    make sure it's permitted.

    You will need to apply and sign a license for Runtime
    redistribution.
    More info. here:
    http://www.mikechambers.com/blog/2008/04/07/redistributing-the-adobe-air-runtime-installer /
    -ted

  • Auto install another app with the installation of AIR app

    Hi
    I am new to desktop application development. I am stuck on an issue.
    My air application uses another application installed on user machine to capture the screen shots. I want to bundle this third party application (screen capture software) installer with my AIR application so that When user will install air app this screen capture application will automatically install on user machine.
    My whole motive is to automatically install screen capture software on user machine with installation of AIR app without user notice. I dont know how can I accomplish it.
    Thanks

    Every time that i turn on windows and i want to open an app
    that use adobe air ask me for a new version,
    and i check all the installed software and adobe air dissapier from that list.
    Please HELLPPPP!!!
    thaks

  • Packaging Linux AIR app as a native package (.deb)?

    Ok, so I've been tasked with packaging an AIR app in a system package. We got a redistrubution license for AIR so I think we are good in that respect but I run into an unfortunate predicament when trying to do a silent install from a deb:
    Both AIR runtime and AIR applicaiton generate a native package (.deb in this case) during install. So even though I can run silent install from my own deb, it fails to install as it cannot install a deb during installation of a deb. I am assuming that even if I could somehow grab the generated deb file, it would be against the license agreement to do so.
    So, any thoughts as to how to get this accomplished? Is there an alternative distribution of an app that comes as a native ".deb" file? Or is there a command line option that disables a native package management install? ( I can seem to find no information on any command line options for the bin installer)
    Thanks.
    -M

    Ok, so I've been tasked with packaging an AIR app in a system package. We got a redistrubution license for AIR so I think we are good in that respect but I run into an unfortunate predicament when trying to do a silent install from a deb:
    Both AIR runtime and AIR applicaiton generate a native package (.deb in this case) during install. So even though I can run silent install from my own deb, it fails to install as it cannot install a deb during installation of a deb. I am assuming that even if I could somehow grab the generated deb file, it would be against the license agreement to do so.
    So, any thoughts as to how to get this accomplished? Is there an alternative distribution of an app that comes as a native ".deb" file? Or is there a command line option that disables a native package management install? ( I can seem to find no information on any command line options for the bin installer)
    Thanks.
    -M

  • Rendering issue on Samsung S4 (specific models) with AIR app

    We have an Android/IOS app compiled with AIR 3.9. It works fine for all devices but some specific models of Samsung S4. First let me describe the device models & compilation details, as below:
    > Issue found on devices (given models only, on other S4(s) works fine):
         - Samsung Galaxy S4 (Model No. SGH-M919)
         - Samsung Galaxy S4 (Model No. SCH-I545)
    > Compilation:
         - AIR 3.9 (also with 3.8)
         - Render Mode GPU
         - Bitmap graphcis
    > Problem:
    There problem is with redering of grpahics speically which are masked. Either those masked graphcis doesn't display at all OR display in wrong layer (also distracted) when Display List realted to that object is manipaulated i.e. A child object is added to the parent of masked object & the masked object appears above it which was previously not visible. Some masked obejcts are not displayed at all.
    > Observation:
    It was same with CPU mode rendering however when the render mode is changed to AUTO the issue is resovled. But then app is preforming too slow as it uses all bitmap graphcis.
    It seems the specfic S4 models are using different type of GPU, though it should not create such weird issue. Can anybody suggest possible solution for this? OR have faced sismilar behavior on said devices ?

    Hi  Omi,
    Thanks for your reply for issue “Rendering issue on Samsung S4 (specific models) with AIR app”. My adobe account is [email protected]<mailto:[email protected]>, you can send your simple app to me by this account, now we are working on it.
    Thanks
    -Bo
    发件人: grosssmutttr [email protected]
    发送时间: 2013年12月28日 18:52
    收件人: Bo Tang
    主题: Rendering issue on Samsung S4 (specific models) with AIR app
    Re: Rendering issue on Samsung S4 (specific models) with AIR app
    created by grosssmutttr<http://forums.adobe.com/people/grosssmutttr> in AIR Development - View the full discussion<http://forums.adobe.com/message/5961441#5961441

  • Adobe AIR app installation issue due to certificate problem on mac 10.9.5

    Im trying to upgrade and then reinstall an Adobe Air application but get the error message failing to install due to a certificate issue.
    The developer says the fix is to uninstall the app and install again but this also fails.
    Checked my machine clock - saved but that didnt work
    The adobe AIR uninstaller simply says I have the latest version? Cant seem to delete and reinstall although other adobe air apps work so I dont think this is the issue
    I have gone through the troubleshooting guide: Troubleshoot AIR installation | Mac OS but still have the issue?
    Any ideas would be great.

    I suspect your Mac OS install was an in place upgrade from an earlier version. This is something I would never even consider with a production machine.

  • Issue with podcast v2.0 app seeing synced podcasts

    Hi Everyone,
    I would be extremely grateful if someone could explain an issue I am facing with using the new Podcast v2.0 app on my recently upgraded iphone 4S IOS 7.0.4
    I am using iTunes 11.1.3.8 on a windows 7 x64 machine.  I have lectures, speeches etc (which I like to listen at 2x speed) that are in mp3 format from different websites etc that I download to my PC.   I add them to iTunes and change the "Media Kind" from Music to Podcast within iTunes, I have no problems applying this process, the categories & titles appear in the podcast menu and are synced perfectly fine onto my iphone 4S IOS 5.0.1.  I was naturally using the standard music app to listen to the podcasts and I was happy.
    I have now updated my iphone 4S to 7.0.4 and have added the podcast app to listen to the podcasts.  I do exactly the same process as I have detailed above, I have no issues, I can even see the numerous titles in their seperate podcasts listed under the podcast menu under my iphone in iTunes - so they have been physically synced over to the iphone.  The problem is in the new podcast app, I only have one podcast with one title listed, (the newest one) all the other podcasts & titles are not shown anywhere.  If I listen to the only title available to the end and then resync my iphone, I realise that the actual title played was the oldest one in iTunes. (not the newest as listed in the app) When I listen to the same & only listed podcast in the app (always the newest one) it is actually the second oldest title that is playing (according to iTunes)
    So obviously I assume the podcast v2.0 app is a lot stricter with or it needs additional requirements to be applied to an mp3 file in order that they are show up correctly in the app apart from simply changing the media kind in iTunes (which worked perfectly fine before in IOS 6 & below)
    My questions (sorry to take so long to get to them) are, does anyone know what those requirements are? can I apply them to the mp3 files within iTunes or do I need to use 3rd party software to modify/add them so the podcast app will see these manual podcasts?
    I hope someone can you help me out with this one as I really enjoy listening to podcasts and feel that my user experience would be greatly hampered if the limit to the availability of podcasts is only to those who have published on itunes or offer subscriptions.  The ability to add podcasts manually and have them synced via iTunes is always available so surely it is only a matter of properly formatting, labelling and adding the correct tags to the files so they show up in the podcast app.
    Thanks in advance for your help
    Alzoo
    (P.S Somone mentioned in aonther post changing the genre to "Podcast" as well, will check that out and get back to you all)

    To confirm, changing the genre to "podcast" has no effect on displaying the entire list of titles or other podcasts in the podcast app.  I beleive the app to have a serious bug.
    I can see all the titles in spotlight search, I can search by title name or even artist name and they appear, so clearly they are available in the iphone.  Another major issue is I can't play them in the podcast app.  I can select one from spolight and the podcast app loads however it always play the same title that is playing, it won't chnage to the title I selected.
    Another oddity (bug) is I can delete the one and only title that is listed in the podcast app and it will delete it - the title name does not change however the podcast itself changes to the next one on the list.  I can keep deleting them one by one.  the title remains the same but the contents of the podcast is the next one after next one as it goes down the list.  So the app is not able to pick up & display the numerous titles even though it can play them.
    I can change the media kind to either Audiobook or iTunesU and the mp3 files are successfully listed in both the music app or ITunesU app respectively and I have no issues seeing them all, playing them or syncing them.  only issue with itunesU is can't increase to 2x speed, it says only at 1x
    There really are some major flaws with the the podcast app v2.0. I will add a new ticket to the apple bugreport site for developers concerning these issues.
    Ta

  • How can I set connection to external XML file with Dreamweaver to buiild AIR app?

    Hello,
    I try to do simple AIR app in dreamweaver. It's not problem
    to use static data. But I'd like to use dynamic data from external
    XML file. I try to use Spry and evrything works fine in web browser
    but i have problem with loading external XML data into my app in
    AIR. Can I simply transform my spry based html app into AIR?
    What should I add to do this?
    Pawel

    Daniel Lichtenwald wrote:
    What are the requirements and steps for arranging to receive this large file using File Transfer Protocol (FTP)?
    Usually, we don't speak of "receive" when using FTP, since the file is transferred from server to client, so it's more of a case of "download".
    At your end, it's simple. You use an FTP client; under SL, that includes Finder and Safari, so you don't even need to get any additional software.
    At the other end, it's more complicated; the 'sender' must set up an FTP server on his machine.
    Alternatively, you can set up your own Mac as an FTP server, and have the 'sender' connect to you with an FTP client and upload the file; but, if your Mac lives behind a router, then you have more work to do with the router settings.
    That's why it's much easier to use the file sharing services mentioned above -- if they are available in both sender's and receiver's locations. (Keep in mind that some countries block access to all those mentioned -- except perhaps <www.transfer.ro>, of which I know absolutely nothing.)

  • Unable to connect with Kuler Air app and Extension

    Hi,
    I am unable to connect Adobe Kuler Desktop(Air app). I can't login through the app. Only thing I can see when I launch the app is the RGB rotating, even after an hour.
    I tried reinstalling the app two three time. No way. same issue persits.
    I tried to connect through a proxy server enable and through a direct connection. same issue.
    Not only the Kuler Desktop, but the plugin also has the same problem.
    Please help.

    Hello, I was getting the same RGB loading... issue, however I was able to Sign In at the bottom with my Adobe ID, and then themes started loading when I selected from the dropdown (e.g., Most Popular). It's a little slow, but seems to be working.

  • I need appleisightinstaller.exe to install the isight driver for Windows Vista running in Parallel Desktop 6 for Mac, but I don't have a Leopard DVD. What came with my Macbook Air was a flash stick "MacBook Air Software Reinstall Drive" only.

    I need appleisightinstaller.exe to install the isight driver for Windows Vista running in Parallel Desktop 6 for Mac, but I don't have a Leopard DVD. What came with my Macbook Air was a flash stick "MacBook Air Software Reinstall Drive" only.

    All,
    A very interesting NOTE to this thread. In order to try and get the "ignore permissions" box to show up in GET INFO (so I could execute Matt the Magician's solution to file sharing issues)-- I ran the terminal command for disabling ACLs on my internal HD / start up disk (as indicated in the linked thread to BDAqua's forum).
    Although I understand that this was useless for disabling permissions on the start up disk (as everyone here pointed out) and allowing me to see the "ignore permissions" check box - somehow it did seem to fix my file sharing problem...and that was the root problem I wanted solved in the first place! After doing the terminal command and a quick reboot, I went in and tested file sharing on the chosen directory and I can create new files or work from existing files in the directory, with both users being able to modify / and save from both machines and each machine sees the revisions and can build from them. Bottom line - I'm stoked and want to thank everyone for their help.
    The only other tweak I made was going over to my wife's machine and instead of using her log in / password, I just used my name and password to connect to my main machine that was sharing directories. Maybe that's what fixed the problem or the ACL disable but either way...I'm up and running the way I want to be.
    Hope this thread helps anyone else who has these file sharing / permissions issues with Leopard. Especially for anyone wanting to do such a simple file sharing set up between 2 computers. I wish I understood exactly which tweak fixed the problem, but at least it works the way I want now.
    So happy to be done w/this one!
    Thx everyone. Any additional input on what solved it is welcome, so my curiosity is quelled...
    TC

  • Having trouble with the Air/app crashing after 3 or so hours on Win 7.

    Heya.
    I have been battling with this issue for a few days now, trying to debug what might be the root cause. The application is a reaction game with organic creatures and movement via Bezier Splines and some physics. It uses some really intense calculations while the game is running. Anyhow, the game is being ran on a dedicated machine with Win 7 and AIR installed. It should be able to function about 13-16hours in a row, since it is a part of a science centers show, and it should be touring europe in the near future as well. Needless to say having the app crash every few hours isn't really an option.
    So, after about 3 hours (checking from Win 7 error log) Windows notifies me that the application has stopped working and it just freezes the whole thing. I've been running it over nights to see when this error happens, and it seems to happen pretty consistently after around 3-4 hours of runtime with constant games. (having the game play itself)
    This is what Windows error log says
    Faulting application name: APPLICATIONNAME.exe, version: 0.0.0.0, time stamp: 0x4b66b0f3
    Faulting module name: Adobe AIR.dll, version: 1.5.3.9130, time stamp: 0x4b66b06a
    Exception code: 0xc0000005
    Fault offset: 0x00256e29
    Faulting process id: 0xaf8
    Faulting application start time: 0x01cae2f060312579
    Faulting application path: C:\Users\Muffinssi\Desktop\APPLICATIONNAME.exe
    Faulting module path: C:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR.dll
    Report Id: 2b358e12-4efb-11df-84f7-64b9e8d85ac7
    Now from what I've tested from extended running of the game by itself, it doesn't leak memory, and it doesn't seem to throw any Flash based error at all. I set the Debug flag on the installed AIR app, and checked the trace log for any errors, there were none. Also no flash/air specific modal window about an error, only the Win 7 error about it stopped working.
    I am at a loss here, what could be causing this error? Any ideas on how to fix this? I would really appreciate it!
    Cheers
    Niilo

    If you get any form of strange behaviour from your BB then, with the power-on, remove the battery and leave it out for a couple of minutes.
    If that doesn't sort the problem then post again or use the search facility above.
    Blackberry Best Advice - Back-up weekly
    If I have helped you please check the "Kudos" star on the right >>>>

Maybe you are looking for

  • Change Msg partner in support desk message

    Hi, I want to change the msg processor in support desk message from webdynpro. Which RFC Function module will be helpful ? Note : with the following function module we already tried , it is not changing msg processor in solution manager Sup dsk. crm_

  • Help!: Control reference seamingly "lost" in run-time execution mode

    Hi! The Facts: LabView 6.1 PC under NT. I've been using "Vi loader" technique since a few month s to distribute a LabView application on severals PCs without having to re-compile it each time. My application uses more than 500 VIs so I can't build it

  • Pricing in PO without Invoice

    Dear Experts, Do you know any standard way to activate the pricing in PO which is not relevant for invoicing?? I will appreciate all the help. Regards, Sylwia.

  • Lock Box config

    Hi All, I am trying to config the lock box with 'Define lockbox for house banks' but i could not proceed to config the lockbox, system saying  message : '(House Bank) does not exits in T012', does it mean that we have to setup house bank first before

  • Itunes (in background) window popping-up by itself once....

    First of all happy new year to all of you. When I was writing this morning a post in apple support forum (for another problem) I saw the itunes window (with the itunes store page) popping out by itself. Itunes was nevertheless open in background and