How to download older version of SDKBOX

Because of a mistake by merging of different versions the record for amazon plugin was not in .sdkbox_packages.json during upgrade from 2.3.17.1 to 2.3.17.3 - only iap and google were configured there.

We’ve discovered this problem only today during building of Amazon IAP version meaning, that currently we use this SDKBOX version mix:

Amazon: 2.3.17.1
Google: 2.3.17.3
IAP: 2.3.17.3

We’ve tested this mix and it works, BUT we would like to have the same SDKBOX version for every plugin to avoid unexpected side effects.

And so we run

sdkbox update

today, but even there are no official release notes yet, SDKBOX is offering a new version - 2.3.17.5 as of today. Due to fact, that the iOS version of the app we are working on, is based on SDKBOX 2.3.17.3, is fully tested and already approved by Apple, an update to this version (SDKBOX 2.3.17.5) is not an option.

The only option we have, is an upgrade of amazon plugin to 2.3.17.3 - but this version cannot be downloaded anywhere and CLI downloads only current one (2.3.17.5).

QUESTION:
Is it possible to get older version of SDKBOX/plugin, for us for Amazon 2.3.17.3 (sdkbox-amazon_v2.3.17.3.tar.gz) somewhere? If so, how?

It’s fine to upgrade to 2.3.17.4/5, cause these version is for cocos creator 1.7.

You can get the download link with

sdkbox list --json

replace the version in the link, u’ll get the old version.

1 Like

Thanks for your help. For others, the link looks like:

http://download.sdkbox.com/installer/v1/sdkbox-amazon_v2.3.17.3.tar.gz
(cocos 3.0)