Firebase远程配置错误8003,Unity,iOS

时间:2017-06-16 12:10:40

标签: ios firebase unity3d firebase-remote-config

我们在Unity 5.6.1f中有一款使用Firebase远程配置的游戏。一切都在我们的设备上正常工作,但在发布后我们注意到从播放器设备发送到我们的错误报告系统的很多错误。问题仅发生在iOS上。

Remote Config: Fetch encountered an error: The operation couldn’t be completed. (com.google.remoteconfig.ErrorDomain error 8003.)

我无法在任何地方找到解决方案。谢谢!

3 个答案:

答案 0 :(得分:0)

根据documentation,错误8003定义为

FIRRemoteConfigErrorInternalError = 8003

所以问题可能不在你身边。

添加了这个,以便将来可以帮助某人。

答案 1 :(得分:0)

就像@ jd291一样,8003文档似乎指向后端问题:

/// Internal error that covers all internal HTTP errors.
FIRRemoteConfigErrorInternalError = 8003,

答案 2 :(得分:0)

如果您尚未在Firebase上发布配置,也会发生此问题。