unity接入谷歌ADMob注意事项

应用不显示广告,多是广告sdk 依赖项没有注册android

dependencies {
implementation fileTree(dir: 'bin', include: ['*.jar'])
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.google.android.gms:play-services-ads:11.0.4' google

}spa

另外能够在adb 的logcat里面看到错误信息ci

 

具体接入流程能够找下面地址查看it

https://developers.google.com/admob/unity/start?hl=zh-cnio

相关文章
相关标签/搜索