반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- SwiftUI
- Java
- string
- Alamofire
- Apple
- dictionary
- Observable
- NavigationLink
- 다크모드
- 문자열
- UIButton
- 라이트모드
- gcd
- LazyHStack
- github
- subscript
- SwiftLint
- ios
- Swift
- remote config
- WebView
- Android
- RxSwift
- UITabBarController
- Firebase
- UIScrollView
- Realtime Database
- autolayout
- swipe
- 웹뷰
Archives
- Today
- Total
목록A/B Testing (1)
점진적 과부하 개발 블로그

A/B Test로 팝업 제어 실험 만들기 참여 -> A/B Testing -> 실험 만들기 원격 구성 실험 이름과 실험 설명을 입력하고 다음 타겟팅 -> 대상을 설정해준다. 목표 설정 변형 -> 기준이 되는 기준값과 변경이되는 비교값을 설정 검토 실험 시작 -> Remote Config를 확인해보면 기존에 없던 값이 생김 Argument 추가 Xcode -> Product -> Scheme -> Edit Scheme -> Arguments -> Arguments passed On Launch -> + " -FIRDebugEnabled" 문자열 추가 소스 // A/B Testing extension ViewController { func showEventAlert() { guard let remoteCon..
Swift
2022. 3. 6. 23:55