Can#39;t link admob with firebase iOS/Android project(无法将 admob 与 firebase iOS/Android 项目链接)
问题描述
我有两个帐户:A"和B":A 是在 Firebase 上托管 iOS/Android 统一手机游戏的主帐户.B是用于集成到iOS/Android手游的admob.
I have two accounts: "A" and "B": A is main account that hosts iOS/Android unity mobile game on Firebase. B is using for admob integrated to iOS/Android mobile game.
我在尝试将 admob 分析链接到 Firebase 项目时遇到错误.
I'm getting error when trying to link admob analytics to the Firebase project.
我通过授予所有者"权限与 B 共享 firebase 项目.所以帐号 B 目前拥有 Firebase 移动应用游戏的所有访问权限.
I shared firebase project with B by granting permissions as "owner". So account B currently has all access to Firebase mobile app game.
当我尝试在应用设置"中将 admob 与 Firebase 链接时,会出现下一个错误:
When I'm trying to link admob with Firebase in "App settings" next error appears:
无法链接到此 Firebase 项目.确保你有足够的权限,然后重试.
上面的问题怎么解决?
推荐答案
如果您已经拥有 Firebase 端的正确权限,能否请您检查一下您是否拥有 Google Analytics 端的正确权限?
If you already have the right permissions on the Firebase side, could you please check to see if you have the right permissions on the Google Analytics side?
1) 在与 Firebase 项目链接的 GA 媒体资源的 Google Analytics(分析)主页中,点击左下角的管理员.
1) From the Google Analytics home page of the GA Property that is linked to the Firebase project, click Admin in the lower-left corner.
2) 点击物业用户管理"
2) Click "Property User Management"
3) 添加/更新用户,使其权限包括编辑"
3) Add/update users, such that their permissions include "Edit"
这篇关于无法将 admob 与 firebase iOS/Android 项目链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法将 admob 与 firebase iOS/Android 项目链接
基础教程推荐
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01