且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使web视图Android应用程序无法显示AdSense广告?

更新时间:2023-02-13 18:58:34

您可以在服务器端假设是动态生成的内容处理这个问题。只要有如果请求来自Android应用程式来的Web服务器没有显示广告单元。明确地设置在Android端用户代理和构建模板时,检查它。

You could handle this on the server side assuming the content is generated dynamically. Just have the web server not show the ad unit if the request is coming from your android app. Explicity set the user agent on the android side and check for it when building your template.