We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609583e commit 9f7a1f1Copy full SHA for 9f7a1f1
Runnect-iOS/Runnect-iOS/Global/Supports/AppDelegate.swift
@@ -67,7 +67,8 @@ extension AppDelegate {
67
let remoteConfig = RemoteConfig.remoteConfig()
68
let settings = RemoteConfigSettings()
69
70
- settings.minimumFetchInterval = 0
+ /// 개발 중에는 0으로 설정
71
+ settings.minimumFetchInterval = 86400 // 24hour
72
remoteConfig.configSettings = settings
73
74
remoteConfig.fetch() { (status, error) -> Void in
0 commit comments