Huawei Support

Support for Huawei devices

General Integration Documentation

Please refer to the general integration instructions given for Android. Added to this, please find the following instructions specifically for preparing your app for publishing at Huawei's AppGallery.

App preparation

Use Huawei as a platform

To use Huawei as a platform (instead of standard Android platform), set it in AATKitConfiguration before initializing AATKit like:

AATKitConfiguration config = new AATKitConfiguration(this);
//do some other configuration
config.setPlatform(AATKitConfiguration.Platform.HUAWEI);
AATKit.init(config);

Ad networks

AATKit will dynamically disable ad networks at runtime that do not work without Google Play Services. This means that you can put any AATKit ad network into your project without bothering about different use cases (devices with or without Google Play Services).

Last updated