diff --git a/README.md b/README.md index 65293b7..793e539 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,19 @@ struct YourApp: App { [LaunchingService](https://github.com/swift-man/LaunchingService)는 [FirebaseRemoteConfig](https://github.com/firebase/firebase-ios-sdk)를 통해 실행 정책을 조회합니다. 앱에서는 Firebase 초기화와 Remote Config key 설정을 준비해야 합니다. +### Remote Config 기본 키 + +Firebase Remote Config에 사용할 기능에 맞는 다음 키를 설정합니다. + +| 기능 | Remote Config 키 | +| --- | --- | +| 강제 업데이트 | `forceUpdateAppVersionKey`, `forceUpdateAlertDoneLinkURLKey` | +| 차단 버전 | `blackListVersionsKey`, `forceUpdateAlertDoneLinkURLKey` | +| 선택 업데이트 | `optionalUpdateAppVersionKey`, `optionalUpdateAlertDoneLinkURLKey` | +| 공지 | `noticeStartDateKey`, `noticeEndDateKey` | + +강제 업데이트와 차단 버전은 사용자를 이동시킬 URL로 `forceUpdateAlertDoneLinkURLKey`를 함께 사용합니다. + ### Remote Config key 교체 앱에서 사용하는 Remote Config key가 기본값과 다르면 `RemoteConfigRegisterdKeys`를 dependency로 교체합니다.