-
1. Re: Replace Rejected Application
Joerg Beckert Mar 14, 2011 7:48 AM (in response to Bubble (NI) Ltd)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 Mar 15, 2011 8:23 AM (in response to Joerg Beckert)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


