RemoteConfig のデバッグを有効にしても、次の結果を得ることができました。
リモート構成値の取得エラー オプション(エラー ドメイン=com.google.remoteconfig.ErrorDomain Code=8002 "(null)" UserInfo={error_throttled_end_time_seconds=1483110267.054194})
ここに私のデバッグコードがあります:
let debug = FIRRemoteConfigSettings(developerModeEnabled: true)
FIRRemoteConfig.remoteConfig().configSettings = debug!
上記はスロットリングを防ぐべきではありませんか?
スロットルエラーはどのくらいの期間有効ですか?