Releases: EvilMindDevs/hms-unity-plugin
Releases · EvilMindDevs/hms-unity-plugin
v2.1.1 - Unity 2018
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
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
v2.1.0 - Unity 2019/2020/2021
v2.0.15 - Unity 2019/2020/2021
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
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
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
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
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
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.