2 Replies Latest reply: Mar 15, 2011 8:23 AM by Bubble (NI) Ltd RSS

    Replace Rejected Application

    Bubble (NI) Ltd Community Member

      Can anyone please tell me how to replace a rejected application.

       

      I uploaded an application about 7 days ago and it was rejected, it was a minor fix and now I cannot update the application anywhere.

       

      Can someone tell me what i am missing as I can not see how to update the AIR file under "Manage/Publish App".

       

      Very frustrating as I have emailed Adobe about 5 times - no response yet I get a response from Intel AppUp (their partner) in 12 hours with a detailed breakdown.

       

      Cheers - any help would be appreciated as I am cracking up and need to upload for clients.

       

      Andy McCartney

        • 1. Re: Replace Rejected Application
          Joerg Beckert Adobe Employee

          Hi Andy,

           

          sorry for the trouble you had getting the information. I will describe the quick steps here but more information can be found in the online documentation. Please have a look there too especially this section (http://learn.adobe.com/wiki/display/InMarket/09+Updating+applications)

           

          Basically to get a new binary into the system you do the same step you did when you uploaded the first one. However you will need to increment the version number in your AIR application descriptor. You must not change the  application id (also in the application descriptor) or application key (the second parameter in the checkLicense call.

           

          If you haven't done so you might want to think about how the user experience will look like for the update.

          for details on how to customize the config/updateConfig.xml see section (http://learn.adobe.com/wiki/display/InMarket/4.8+Configuring+your+application+for+updates)

           

          Keep in mind that using the InMarket SDK you facilitate all updates via the InMarket servers, hence the url in the update config points to one of our servers. The url in the update config (which points to the update descriptor) must follow a specific pattern that is described in the section I mentioned above.

           

          I hope this helps

           

          Joerg

          • 2. Re: Replace Rejected Application
            Bubble (NI) Ltd Community Member

            Hi Joerg

             

            Thanks for the reply - that sorted it, had 2 issues:

             

            1. When you just see "Upload your app" - it is confusing as it is actually an upadte you are looking to do.

            2. I could not use 3 digit version 1.0.1, had to use 1.1.

             

            Cheers for the response.

             

            Andy