Skip to content

Commit

Permalink
Update: IAP & Ads kit
Browse files Browse the repository at this point in the history
IAP:
com.huawei.hms:iap:6.4.0.301 => 6.13.0.300
  * Added the BaseReq class, which is now the base class for ConsumeOwnedPurchaseReq, OwnedPurchasesReq, ProductInfoReq, and PurchaseIntentReq.

Ads:
com.huawei.hms:ads-lite:13.4.61.300 => 13.4.69.300
  * Added the isTransparencyOpen and getTransparencyTplUrl APIs in the NativeAd class.
  * Added PromoteInfo and abilityInfo return values to the NativeAd class.

com.huawei.hms:ads-consent:3.4.61.300 => 3.4.69.300
com.huawei.hms:ads-identifier:3.4.58.301 => 3.4.62.300
com.huawei.hms:ads-installreferrer:3.4.58.301 => 3.4.62.300
  • Loading branch information
alihan98ersoy authored and Andronovo-bit committed Mar 7, 2024
1 parent 4674482 commit cb89eca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified Assets/Huawei/Dlls/HuaweiMobileServices.dll
Binary file not shown.
10 changes: 5 additions & 5 deletions Assets/Huawei/Editor/Utils/HMSGradleWorker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ public HMSGradleWorker()
{ AccountToggleEditor.AccountKitEnabled, new [] { "com.huawei.hms:hwid:6.12.0.300" } },
{ AdsToggleEditor.AdsKitEnabled, new []
{
"com.huawei.hms:ads-lite:13.4.61.300",
"com.huawei.hms:ads-consent:3.4.61.300",
"com.huawei.hms:ads-identifier:3.4.58.301",
"com.huawei.hms:ads-installreferrer:3.4.58.301"
"com.huawei.hms:ads-lite:13.4.69.300",
"com.huawei.hms:ads-consent:3.4.69.300",
"com.huawei.hms:ads-identifier:3.4.62.300",
"com.huawei.hms:ads-installreferrer:3.4.62.300"
}
},
{ AnalyticsToggleEditor.AnalyticsKitEnabled, new [] { "com.huawei.hms:hianalytics:6.4.1.302" } },
{ CrashToggleEditor.CrashKitEnabled, new [] { "com.huawei.agconnect:agconnect-crash:1.8.0.300" } },
{ GameServiceToggleEditor.GameServiceEnabled, new [] { "com.huawei.hms:game:6.10.0.300" } },
{ IAPToggleEditor.IAPKitEnabled, new [] { "com.huawei.hms:iap:6.4.0.301" } },
{ IAPToggleEditor.IAPKitEnabled, new [] { "com.huawei.hms:iap:6.13.0.300" } },
{ PushToggleEditor.PushKitEnabled, new [] { "com.huawei.hms:push:6.11.0.300" } },
{ RemoteConfigToggleEditor.RemoteConfigEnabled, new [] { "com.huawei.agconnect:agconnect-remoteconfig:1.6.3.300" } },
{ CloudDBToggleEditor.CloudDBEnabled, new [] { "com.huawei.agconnect:agconnect-cloud-database:1.5.5.300" } },
Expand Down

0 comments on commit cb89eca

Please sign in to comment.