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
- 보라색오류
- Spring
- Xcode
- ios login
- lazy 위험성
- swift
- consuming a restful web service
- 씨샵언어
- github
- git
- ios
- WWDC21
- schemes
- Structural Identity
- Identity
- Demystify SwiftUI
- developer
- Lazy
- spring guide
- xml delegate
- lazy 사용
- lifecycle
- native개발
- Your app is missing support for the following URL schemes: your_ios_client_id
- 적절한 사용방법
- Explict Identity
- view
- Lifetime of SwiftUI
- java
- sementic versioning
Archives
- Today
- Total
목록App Transport Security (1)
Dev_Dylan

URLSession을 사용해서 네트워킹을 할 때 URL로 HTTP 를 사용하게 된다면 아래와 같은 보라색 경고창(오류창)이 나옴 App Transport Security has blocked a cleartext HTTP connection to "ADDRESS" since it is insecure. Use HTTPS instead or add this domain to Exception Domains in your Info.plist. 오류 메세지 그대로 App Transport Security 에서 HTTP 통신을 막았다는 것. - 이는 APPLE에서 iOS9 에 도입된 보안기능. - HTTP 접속을 허용 할 수 있지만 앱 심사 통과가 안될 가능성이 있음. HTTP 가능하도록 설정 변경 1. App..
iOS/Solve_ERROR
2024. 1. 10. 00:07