Playstore 如何检测我们的应用是否包含广告?

How playstore detects our app contains ads or not?

我的问题已在标题中说明。 我在 Quora 应用程序中看到广告,但在安装屏幕上播放商店没有显示它包含广告?他们是怎么做到的?

因为 Quora 应用程序有自己的广告模块,它们会在应用程序中显示。他们不使用 AdMob 或任何其他 Ad sdk。

关于 google,我在 Playstore 上更新了我的 android 应用程序,之前有广告,但由于某种原因,我从我的应用程序中删除了广告,但我没有删除来自 build gradle 的依赖项,当我单击发布时,会出现一个弹出窗口 "Are you sure this application doesn't contains ads, as their is module present in the application."。他们还 link google 广告政策只是为了提醒开发者这些政策。

因此,根据我的说法 google 检查您的应用程序的 build gradle 个文件。