Dav*_*vid 5 api ios cordova firebase ionic-framework
我们正在开发带有Firebase的Ionic App。这是一个与Ionic v1一起运行的旧项目。我们正在构建phonegap:
PhoneGap (iOS / Android / Windows)
cli-7.1.0 (4.5.4 / 6.3.0 / 5.0.0)
Run Code Online (Sandbox Code Playgroud)
一切正常,并发布了我们想要确保访问Firebase的应用程序。
为了保护对Firebase的访问,我们限制了Google开发者控制台对GoogleAPI密钥的访问,如下所述:
而且我们在使用iOS版本时遇到了麻烦(适用于android)。
我们做了什么 :
:
<platform name="ios">
<resource-file src="GoogleService-Info.plist" />
</platform>
Run Code Online (Sandbox Code Playgroud)
现在我们有这个错误:
Error : {"error":{"code":403,"message":"Requests from this ios client application <empty> are blocked.","errors":[{"message":"Requests from this ios client application <empty> are blocked.","domain":"global","reason":"forbidden"}],"status":"PERMISSION_DENIED"}}
Run Code Online (Sandbox Code Playgroud)
我已经找了两天,但我不明白:
先感谢您,
大卫
| 归档时间: |
|
| 查看次数: |
385 次 |
| 最近记录: |