如何从google-services.json访问GoogleServices-info.plist?

时间:2017-07-07 11:47:54

标签: ios firebase unity3d

我正在使用Firebase Unity插件在Unity中构建iOS,并收到一条错误消息,指出我的项目中没有找到GoogleServices-info.plist,因此无法为iOS构建。根据Firebase文档,您应该从Dasboard下载plist文件,但当您去那里时,您发现他们只为您提供iOS项目的.json文件下载。

我错过了什么?我如何获得.plist文件?它应该生成吗?

3 个答案:

答案 0 :(得分:2)

在firebase上,如果您为项目创建iOS应用程序,它提供的下载文件实际上是.plist文件。

在项目概述中显示你的应用程序,你应该有android和iOS一个: enter image description here

然后,您点击iOS应用的选项 enter image description here 点击“设置”

然后从这里: enter image description here 点击“GoogleService-Info.plist”

您可以检查您的项目是否有iOS应用程序?

答案 1 :(得分:0)

按照以下步骤

▪   Go to dashboard select your app  
▪    Go Settings > general > your apps 
▪    Select iOS app
▪   Click on Download the latest config file

您将获得info.plist文件

enter image description here

答案 2 :(得分:0)

按照以下步骤下载文件GoogleServices-info.plist和google-service.json。

google-service.json文件用于Android,而GoogleServices-info.plist用于IOS。

对于离子中的firebase设置,您必须使用这两个文件。你必须设置一个包含两个Android和ios应用程序的项目。

  • 创建项目
  • 从仪表板中添加app android。键入android包名称和应用程序名称,然后在第二个设置中下载google-service.json文件。

  • 为ios添加应用,输入IOS bundler id和name。然后在第二步下载文件GoogleServices-info.plist。然后,配置项目。