Huawei ads and IAP not working with original IDS

Viewed 21

I'm developing the huawei game in unity i integrate huawei ads and iap but when i play it on test ids on device it show ads but not with the original ids

1 Answers

If your app has not been published in Huawei AG, you will have to use test IDs to test Ads instead of the actual Ads id to test. Otherwise, you won't see Huawei Ads. Some of the reference info. for you:

Banner test id: https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/publisher-service-banner-0000001050066915#section1119713111418 enter image description here enter image description here

enter image description here

enter image description here

For IAP, you will need to do sandbox testing before release: https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/sandbox-testing-0000001050035039

Related