Hello everyone! I would like to ask a question about the build for the Huawei App Gallery store. I was looking for information on this issue, but the only thing that came up was:
I would like to know if the HMS Ads Kit integration is enough to upload an app to the Huawei store, and does anyone have experience deploying apps in the App Gallery? How to integrate HMS into an application?
And will there be a build, perhaps in the future for the target App Gallery store?
I have these network-enabled for that plugin Inmobi and Pangle. Since they are the only two networks that I found that support Huawei. Although I do plan to add the Huawei ads. I just have not.
And put a check in any place in my code that I might call or initiate anything related to Google. Something like this:
local ipn = require("plugin.installerName")
M.vendor = ipn.getInstallerName()
if M.vendor == "com.android.vending" then
-- do some google stuff only here
end
I have these if statements for other stores when needed:
com.amazon.venezia – Amazon
com.android.vending – Google
com.huawei.appmarket – Huawei
com.huawei.gamebox – Huawei
com.oopo.market – Oppo
com.sec.android.app.samsungapps – Samsung
com.samsung.android.scloud – Samsung
I am trying to get more plugins for the individual stores into the normal simulator build but it is slow going.
Thank You! It looks very interesting. Did I understand correctly that hyperbid is an advertising network? And one more question: how is it different
com.huawei.appmarket – Huawei
com.huawei.gamebox – Huawei?
No idea the difference between appmarket and gamebox. I think it is two different stores for Huawei. Like Google Games and the Play Store. On my test Huawei phone, I only see the app market but I log the vendor and I do see the other one in my analytics.