Skip to content

Releases: EvilMindDevs/hms-unity-plugin

v2.1.1 - Unity 2018

18 Jan 21:03
Compare
Choose a tag to compare

Changes

  • Moved HMSExcelHelper to the editor folder.
  • Fixed the white screen issue when it tries to start resolution for some status codes that are not resolvable.
  • Fixed SetTagForChildProtection, SetNonPersonalizedAds, SetTagForUnderAgeOfPromise methods not sending the correct value to SDK side. (#262)

v2.1.1 - Unity 2019/2020/2021

17 Jan 11:24
Compare
Choose a tag to compare

Changes

  • Moved HMSExcelHelper to the editor folder.
  • Fixed the white screen issue when it tries to start resolution for some status codes that are not resolvable.
  • Fixed SetTagForChildProtection, SetNonPersonalizedAds, SetTagForUnderAgeOfPromise methods not sending the correct value to SDK side. (#262)

v2.1.0 - Unity 2018

20 Dec 09:21
21fa487
Compare
Choose a tag to compare

Changes

  • Added Connect API functionality to the plugin. Please see here for more info.
  • Fixed HMSGameManager throwing error when a user fails to sign in. (#249)

v2.1.0 - Unity 2019/2020/2021

15 Dec 16:37
85fc48b
Compare
Choose a tag to compare

Changes

  • Added Connect API functionality to the plugin. Please see here for more info.
  • Fixed HMSGameManager throwing error when a user fails to sign in. (#249)

v2.0.15 - Unity 2019/2020/2021

07 Dec 12:48
Compare
Choose a tag to compare

Changes

  • Downgraded AppCompat library to v7.21 version due to Avast finding v7.28 version as a virus. (#237)
  • Added functionality to load all ad types with string ad Ids.

v2.0.15 - Unity 2018

07 Dec 12:55
0c3c5b9
Compare
Choose a tag to compare

Changes

  • Downgraded AppCompat library to v7.21 version due to Avast finding v7.28 version as a virus. (#237)
  • Added functionality to load all ad types with string ad Ids.

v2.0.14 - Unity 2019/2020/2021

06 Dec 20:58
Compare
Choose a tag to compare

Changes

  • Added AppUpdate interface to Game Service (#222).
  • Added ConsumePurchaseResultInfo to OnConsumePurchaseSuccess method. (#39).
  • Added a new Tab called "Common Libraries" that developers can enable/disable common libraries the plugin is using. (#200).
  • Added some logs to HuaweiStore.cs file along with fixing PricingString not having currency.

v2.0.14 - Unity 2018

06 Dec 21:17
0c3c5b9
Compare
Choose a tag to compare

Added AppUpdate interface to Game Service (#222).
Added ConsumePurchaseResultInfo to OnConsumePurchaseSuccess method. (#39)
Added a new Tab called "Common Libraries" that developers can enable/disable common libraries the plugin is using. (#200)
Added some logs to HuaweiStore.cs file along with fixing PricingString not having currency.

v2.0.13 - Unity 2019/2020/2021

19 Nov 07:46
Compare
Choose a tag to compare

Changes

  • Changed RewardedAd callbacks being called from Unity's main thread to Java thread due to callbacks are not being called when they should be. Please don't use Unity API-related code in these callbacks.
  • Added OnRewardAdStarted, OnRewardAdCompleted and OnRewardAdLeftApp callbacks. (#214)
  • Moved the Resources and Plugins folder under the Huawei folder. (#215)
  • Added functionality for enabling the plugin programmatically. You can check example usage under Huawei/Utils menu item or HMSMainWindow.cs file. (#215)
  • Added PushKit as a new native plugin and enabled/disabled whenever push kit is enabled/disabled. (#220)
  • Added Splash Ad type into the plugin!!!. You can check this article written by me about configuration or you can also check the readme.

v2.0.13 - Unity 2018

19 Nov 09:20
9924978
Compare
Choose a tag to compare

Changes

  • Changed RewardedAd callbacks being called from Unity's main thread to Java thread due to callbacks are not being called when they should be. Please don't use Unity API-related code in these callbacks.
  • Added OnRewardAdStarted, OnRewardAdCompleted and OnRewardAdLeftApp callbacks. (#214)
  • Moved the Resources and Plugins folder under the Huawei folder. (#215)
  • Added functionality for enabling the plugin programmatically. You can check example usage under Huawei/Utils menu item or HMSMainWindow.cs file. (#215)
  • Added PushKit as a new native plugin and enabled/disabled whenever push kit is enabled/disabled. (#220)
  • Added Splash Ad type into the plugin!!!. You can check this article written by me about configuration or you can also check the readme.