无法下载GoogleService-Info.plist文件

时间:2015-12-17 13:29:31

标签: ios google-analytics

我正在尝试按照here的说明为我的新iOS应用设置Google Analytics。

它指示我单击“获取配置文件”按钮,但该按钮只是将我发送到另一个旋转的页面,什么都没发生。我已经在Analytics for web中设置了属性设置,并为移动设备设置了视图。

任何人都可以与我共享GoogleService-Info.plist文件,以便我可以尝试手动填写文件的详细信息并将其添加到我的项目中吗?

8 个答案:

答案 0 :(得分:5)

也发生在我身上。如果你关闭所有内容并关注该链接,下次它对我有用。你可以尝试这样做。下面是示例plist文件的链接,当然我将跟踪id,bundle id和app id替换为原始值的字符串。希望它有所帮助。

Sample Google Plist file

答案 1 :(得分:3)

首次登录Google开发者帐户时获取配置的步骤。

1. Open google developer console.
2. Login to developer console.
3. Create project with valid name.
4. Enable google analytics. 
5. Then get the configuration file.

答案 2 :(得分:3)

下载链接并不总是立即可见,你必须向上滚动才能获得它,我在下载之前碰巧按了下一步,我错过了下载文件的机会。

我更喜欢自动生成的文件,因为我很懒(不是我们所有人)

所以,请按照以下步骤进行操作

  1. 转到https://developers.google.com/analytics/devguides/collection/ios/v3/
  2. 向下滚动到Get a configuration file
  3. 当系统提示您输入应用名称和产品包ID时,只需使用下拉菜单,您就会在那里找到之前创建的应用详情。
  4. 进入下一个屏幕Continue to: Choose and Configure Services
  5. 选择您的服务,请注意您之前选择的服务将显示绿色箭头(以下情况下为Google Analytics) Select & configure services

  6. 选择Generate configuration file

  7. 您将有机会再次下载该文件。
  8. Download and install configuration file

    瞧!

答案 3 :(得分:2)

您需要登录https://console.developers.google.com创建第一个应用程序,然后返回https://developers.google.com/mobile/add该网站现在可以正常运行。

答案 4 :(得分:1)

在Chrome上安装Ignore X-Frame headers插件使此错误消失

答案 5 :(得分:1)

在这里,我得到了无效的json文件:

)]}'
{"status":401,"message":"Invalid authuser parameter"}

通过浏览器清除google.com上的Cookie 解决此问题。

答案 6 :(得分:0)

通常在iOS中

1)在Firebase控制台https://console.firebase.google.com

中创建项目

enter image description here

点击添加项目并按照步骤操作。

2)现在打开此链接以获取 GoogleService-Info.plist 文件

https://developers.google.com/mobile/add

->单击“入门”

enter image description here

->选择您的项目 例如:CloudFirestoreSwift

->现在选择域Ex:iOS

enter image description here

->现在添加应用程序捆绑包ID,然后将生成 GoogleService-Info.plist 文件,下载该文件并根据需要完成步骤。

注意:请不要更改文件名。它必须是 GoogleService-Info.plist

enter image description here

如果您已经生成了GoogleService-Info.plist文件。现在选择您的项目并进行项目设置。

enter image description here

->转到“常规”选项卡,您可以在此处找到GoogleService-Info.plist文件。

enter image description here

答案 7 :(得分:-1)

感谢Sanjana,我决定查看Google的网页代码,发现他们有X-Frame错误。

您可以访问的网址是https://accounts.google.com/ServiceLogin?service=cloudconsole&osid=1&passiv ... collection / ios / v3 / app?已配置%253Dtrue& hl = zh_cn#add-config& cntlbl =继续