Skip to content

v2.2.2 - Unity 2019/2020/2021

Compare
Choose a tag to compare
@alihan98ersoy alihan98ersoy released this 20 May 14:25
· 151 commits to master since this release
e22ebf0

Changes

  • Version updates
    com.huawei.hms:hwid:6.3.0.301 --> com.huawei.hms:hwid:6.4.0.301
    com.huawei.hms:hianalytics:6.3.2.300 --> com.huawei.hms:hianalytics:6.4.1.302
    com.huawei.agconnect:agconnect-crash:1.6.3.300 --> com.huawei.agconnect:agconnect-crash:1.6.5.300
    com.huawei.hms:game:5.0.4.303 --> com.huawei.hms:game:6.2.0.301
    com.huawei.hms:iap:6.3.0.300 --> com.huawei.hms:iap:6.4.0.301
    com.huawei.hms:nearby:6.2.0.300 --> com.huawei.hms:nearby:6.2.0.301
    com.huawei.hms:ads-lite:13.4.51.300 --> com.huawei.hms:ads-lite:13.4.54.300
    com.huawei.hms:ads-consent:3.4.51.300 --> com.huawei.hms:ads-consent:3.4.54.300
    com.huawei.hms:push:6.3.0.302 --> com.huawei.hms:push:6.3.0.304
    com.huawei.agconnect:agcp:1.4.2.300 --> com.huawei.agconnect:agcp:1.6.5.300
    com.huawei.hms:base:5.2.0.300 --> com.huawei.hms:base:6.4.0.303
    com.huawei.agconnect:agconnect-core:1.5.0.300 --> com.huawei.agconnect:agconnect-core:1.6.5.300

  • The JosAppsClient.init() method is deleted and replaced with the JosAppsClient.init(AppParams appParams) method

  • AppParams class added for JosAppsClientWrapper.cs

  • The issue where launching the push kit with other kits delayed the loading of the scene was fixed with Coroutine

  • Fixed null invokes in HMSPushKitManager onAwake

  • Invoke the GMS Login when the HMS Core APK is not installed Example added in HMSAccountKitManager

  • Even if the HMS exception error code was different, it always returned 0. This bug is fixed.

  • GameService Init first bug fixed

  • HMSGameServiceManager - added else condition for if HuaweiId is null case

  • SetChannel and SetPropertyCollection added to the HiAnalyticsInstance.cs

  • SetIdTokenSignAlg method added to the AccountAuthParamsHelper.cs

  • Updated the README about permissions required for the Nearby service