반응형
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
- CoreLocation
- IBOutlet
- 연산 프로퍼티
- weak
- UIButton
- SWiFT
- uikit
- 동시성프로그래밍
- for-in
- ios
- RunLoop
- firebase
- 원격 푸시
- Understanding Swift Performance
- 트레일링 클로저
- Choosing Between Structures and Classes
- WWDC16
- 진입점
- viewcontroller
- Remot Push
- 후행 클로저
- TableView
- tableViewCell
- property wrapper
- IBOutletCollection
- userdefaults
- AppTransportSecurity
- entrypoint
- DispatchQueue
- OperationQueue
Archives
- Today
- Total
목록AppTransportSecurity (1)
iOS 공부하는 감자
iOS) ATS (App Transport Security)
ATS란 애플리케이션과 웹 서비스 사이에 통신에서 보안 향상을 위해 iOS 9.0부터 도입된 보안 정책으로, 보안이 취약한 네트워크를 차단하고, 모든 인터넷 통신 시 안전한 프로토콜을 사용하는 것을 보장한다. 프로젝트를 생성하면 자동 적용되며, 암호화 처리되지 않는 HTTP를 사용하여 네트워크 통신을 시도하면 아래와 같은 에러 로그를 띄우며 통신이 실패한다. (+ ImageURL을 사용하여 이미지를 불러올 때, URL 주소가 HTTPS가 아니라면 이미지를 불러올 수 없다.) "App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Use HTTPS instead or add Except..
iOS
2022. 7. 20. 18:19