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
- swift 점선
- button configuration
- SWIFT
- swift opaque type
- custom ui
- BFS
- scene delegate
- task cancel
- swift bottomsheet
- reactorkit
- Tuist
- swift existential type
- swift concurrency
- traits
- swift dashed line
- custombottomsheet
- swift 백준
- swift navigationcontroller
- coordinator
- task cancellation
- custom navigation bar
- identifiable
- OAtuh 2.0
- uikit toast
- RxSwift
- DP
- 버튼 피드백
- swift associated type
- UIKit
- swift custom ui
Archives
- Today
- Total
목록swift http (1)
김경록의 앱 개발 여정
[Swift] iOS에서 HTTP 통신하기
레거시한 Open API를 활용하여 학습용 프로젝트 진행 중 마주하게 된 오류App Transport Security has blocked a cleartext HTTP connection since it is insecure. Use HTTPS instead or add Exception Domains to your app's Info.plist.앱 전송 보안이 안전하지 않으므로 일반 텍스트 HTTP 연결을 차단했습니다.대신 HTTPS를 사용하거나 앱의 Info.plist에 예외 도메인을 추가하세요. 라는데, 아 이게 너무 오래된 api라서 개선이 안됐고 HTTP를 사용하고 있고 앱에서 자체 차단을 하고 있다는 걸 알았다.검색해본 결과 애플에선 기본적으로 ATS라는 정책을 따르고 있다고 한다.ATSA..
TIL
2025. 1. 8. 19:35