在“ RemoteConfigSettings”中未定义“ minimumFetchInterval”

时间:2019-11-07 07:13:46

标签: swift firebase firebase-remote-config

我编写了以下代码来使用Firebase RemoteConfig功能。

let remoteConfig = RemoteConfig.remoteConfig()
let settings = RemoteConfigSettings()
settings.minimumFetchInterval = 0
remoteConfig.configSettings = settings

但是,发生以下错误。

Value of type 'RemoteConfigSettings' has no member 'minimumFetchInterval'

怎么了?

此代码与Firebase官方教程中的代码相同。 https://firebase.google.com/docs/remote-config/use-config-ios?hl=en

1 个答案:

答案 0 :(得分:0)

对不起,我自己解决了此问题。 我更新了Firebase remoteconfig版本,此问题已解决。