从应用程序在Android中移除工作室AdMob的移除、应用程序、工作室、AdMob

2023-09-09 22:05:49 作者:别和我承诺∵我不信

谷歌现在要求出版商标识与广告的应用程序。好吧,我的游戏没有广告让我去选择无,但开发商控制台说,他们已经发现的AdMob SDK 11在我的应用程序。事情是我敢肯定,我的游戏没有AdMob的。这是从来没有显示广告,AdMob的不在清单,我似乎无法找到其他任何地方。我如何确保?

Google is now demanding that publishers identify apps with ads. Fine, my game has no ads so I went to select no, but the developer console says they have detected AdMob SDK 11 in my app. The thing is I'm sure my game doesn't have AdMob. It's never shown ads, AdMob is not in the manifest and I can't seem to find it anyplace else. How can I make sure?

推荐答案

如果您在包括谷歌播放服务在您build.gradle文件只是确保你只包括你需要的,因为它包含了许多功能的东西,比如谷歌地图,谷歌飞度,谷歌广告等详情,请参阅:

If you are including Google Play Services in your build.gradle file just make sure you are including only the things that you need as it contains many features, such as Google Maps, Google Fit, Google Advertising, etc. For more details see:

https://developers.google.com/android/guides/setup

修改

在任何库或框架您使用的是拉在谷歌播放服务,你应该知道它是被用于,如果你不伸手的来源和要求。

In any library or framework you are using that pulls in Google Play Services you should know what it is being used for and if you don't reach out to the source and ask.

对于初学者使用谷歌的行动基础客户库:

For starters use the Google Actions Base Client Library:

com.google.android.gms:play-services-base:x.x.x

,然后添加在其中扮演服务功能,您需要的库。

And then add in which Play Services feature libraries you need.