Android应用上传到Play Store时出错,在上传之前,测试时一切正常。

huangapple go评论67阅读模式
英文:

Android App Error when uploaded to Play Store , Before Uploading, tested everything was fine

问题

Android应用上传到Play Store时出现错误,在上传之前,测试一切都正常。现在我的应用已经发布,但无法打开,在打开时弹出一个提示框,上面写着“您的应用正在关闭”或“立即关闭应用”,我与一名开发者进行了交流,他给我发送了这个(附在下面)。我已经检查过我的Firebase控制台,一切都是正确的,但在他们的Android Play Store出现了错误:

W/Firebase-Installations:与Firebase Installations服务器API通信时出错。HTTP响应:[403 Forbidden:{
"error":{
"code":403,
"message":Request from this Android client application com.zarza.mart are blocked.,
"status":PERMISSION_DENIED,
"details":[
{
"@type":type.googleapis.com/google.rpc.Help,
"links":[
{
"description":Google developers console API key,
"url":https://console.developers.google.com/project/608839543771/apiui/credential
}
]
}
]
}
}
]
E/Firebase-Installations:与Firebase服务器API通信时使用的Firebase选项:AIzaSyC_8qaCRic20001A--6WeoNGTRpBqKyJh0,zarzamart-b5f96,
E/Firebase-Installations:由于无效配置,Firebase Installations无法与Firebase服务器API通信。请在初始化Firebase时更新Firebase初始化过程,并设置有效的Firebase选项(API密钥、项目ID、应用程序ID)。

英文:

Android App Error when uploaded to Play Store, Before Uploading, tested everything was fine.
Now my app is got published, and it's not opening, while opening getting a pop-up that saying "your app is closing" or close app now"
and I am taled to one developer and he sends me this(attached). and I have checked my firebase console everything was right, there android play store error:

W/Firebase-Installations: Error when communicating with the Firebase Installations server API. HTTP response: [403 Forbidden: {
  "error": {
    "code": 403,
    "message": "Request from this Android client application com.zarza.mart are blocked.",
    "status": "PERMISSION_DENIED",
    "details": [
      {
        "@type": "type.googleapis.com/google.rpc.Help",
        "links": [
          {
            "description": "Google developers console API key",
            "url": "https://console.developers.google.com/project/608839543771/apiui/credential"
          }
        ]
      }
    ]
  }
}
]
E/Firebase-Installations: Firebase options used while communicating with Firebase server APIs: AIzaSyC_8qaCRic20001A--6WeoNGTRpBqKyJh0, zarzamart-b5f96,
E/Firebase-Installations: Firebase Installations can not communicate with Firebase server APIs due to invalid configuration. Please update your Firebase initialization process and set valid Firebase options (API key, Project ID, Application ID) when initializing Firebase.

答案1

得分: 0

你好,尝试在 Firebase 上重新连接你的应用,重新下载 JSON 文件。

Android应用上传到Play Store时出错,在上传之前,测试时一切正常。

Android应用上传到Play Store时出错,在上传之前,测试时一切正常。

英文:

Hi try reconnect your app on firebase re downloading json file.

Android应用上传到Play Store时出错,在上传之前,测试时一切正常。

Android应用上传到Play Store时出错,在上传之前,测试时一切正常。

huangapple
  • 本文由 发表于 2020年10月2日 22:06:12
  • 转载请务必保留本文链接:https://go.coder-hub.com/64172942.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定