Skip to content

Releases: Aptoide/bds-unity-plugin

Catappult Final Unity Plugin Release (v1.0.4)

08 Apr 13:07
Compare
Choose a tag to compare

WARNING

⚠️ On the previous version of the plugin, if you had Unity 2018.X you had to go back to use the Custom Build Window. Now you just have to open it once and then go back to build and run normally. ⚠️

From this release onwards the recommended and supported way is to go through UDP.

CHANGELOG

  • Improved and more detailed documentation
  • Reworked the inner mechanism to avoid the need to have a prefab on the scene
  • Now you just need to input the public key and wallet address on the Settings pane
  • Added ability to get the prices in APPC, Fiat currency and also get the currency symbol
  • Better support for AppCoins Reward campaigns
  • Minor bugfixes

BDS Unity Plugin v1.0.3

19 Nov 18:07
Compare
Choose a tag to compare

WARNING

⚠️ On previous versions of the plugin, if you had Unity 2018.X you could just build and run normally. Unfortunately this is not the case anymore! All versions of Unity need to use the Custom Build Window. ⚠️

CHANGELOG

  • Improved and more detailed documentation
  • Better support for AppCoins Reward campaigns
  • Minor bugfixes

BDS Unity Plugin v1.0.2

31 Oct 13:38
Compare
Choose a tag to compare

WARNING

⚠️ On previous versions of the plugin, if you had Unity 2018.X you could just build and run normally. Unfortunately this is not the case anymore! All versions of Unity need to use the Custom Build Window. ⚠️

CHANGELOG

  • Improved and more detailed documentation
  • Support for AppCoins Reward campaigns
  • Minor bugfixes

BDS Unity Plugin v1.0.1

18 Oct 09:56
4380876
Compare
Choose a tag to compare

CHANGELOG

  • Improved and more detailed documentation
  • Allows for custom payload validation
  • Ability to get the price for in-app items in APPC
  • Flow improvements on the custom build window:
    • Allows specifying gradle heap size so that bigger games don't crash gradle during build process
    • Checks if keystore password is filled before allowing a release build
  • Minor bugfixes

BDS Unity Plugin v1.0

07 Sep 12:11
Compare
Choose a tag to compare

New release of the plugin to match the new release of the wallet (10/09/18)

CHANGELOG

  1. Improved the flow of prompting to install the wallet in case it is missing.
    Now it only asks to install the wallet when the user tries to buy something instead of asking right when the app was opened.
  2. Minor bugfixes.
  3. Unity Custom Build Window stability improved

BDS Unity Plugin v0.3

04 Sep 18:24
Compare
Choose a tag to compare

Bug fix on the developer wallet address setting.

BDS Unity Plugin v0.2

31 Aug 12:50
Compare
Choose a tag to compare

This release lets you try out the plugin and prepare the integration with BDS.
You'll need to create login on BDS and you'll need to have the Appcoins Wallet (you can get it on Aptoide or GooglePlay)

Features

  1. Similar API as Unity IAP, really easy to set-up
  2. Automatic restore purchases of non-consumable items
  3. Event based communication of the purchasing system status
  4. Sample scene with good practices so you can immediately test it out

BDS Unity Plugin v0.1 Pre-release

29 Aug 14:11
Compare
Choose a tag to compare
Pre-release

This is a preview release to let you try out the plugin and start preparing the integration with BDS.
You'll need to create login on BDS and you'll need to have the Appcoins Wallet (you can get it on Aptoide or GooglePlay)

Features

  1. Similar API as Unity IAP, really easy to set-up
  2. Automatic restore purchases of non-consumable items
  3. Event based communication of the purchasing system status
  4. Sample scene with good practices so you can immediately test it out