Please refer to Instructions for ads not being filled
(1) If there is only Callback for loading results, when there is no subsequent callback such as display
(2) Developers are asked to check whether the load is called in the callback of close in the code. Some advertising platforms do not support calling it in the callback before close. load will cause the problem of no callback, typically Sigmob.
(3) Developers are asked to check the third-party advertising platform error code & FAQ document. If no solution is found in the document, developers are asked to use the TopOn Demo test ID provided in our document in their own projects. Test the ad slot id
(4) If only one callback is missing, please use another test machine to test to see if the same situation exists
(1) If it is a Banner advertisement, please check whether the Banner view has been added to Windows before calling the load method;
(2) Please recheck the previous steps and check whether the integration of this advertising platform is normal
Banner ad display content is too large or too small, part of the ad content is cut off, etc. These are generally caused by problems with the width and height settings in the code
1 . Developers are asked to check according to the documentation whether the width and height are correctly passed before loading the ad. The width and height must be greater than 0, and whether the width and height passed before loading are consistent with those during display (Banner banner size description)
2. Developers are asked to use Android Studio's Layout Inspector (Tools -> Layout Inspector) to check the current layout, check the advertising View and the parent View The width and height. If a value of 0 appears, please recheck the previous step