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 |
Tags
- Your app is missing support for the following URL schemes: your_ios_client_id
- WWDC21
- Quick Help
- Lifetime of SwiftUI
- view
- git branch strategy
- Spring
- Lazy
- consuming a restful web service
- Demystify SwiftUI
- xml delegate
- Identity
- swift
- lazy 위험성
- 적절한 사용방법
- Structural Identity
- spring guide
- Xcode
- SwfitUI
- 보라색오류
- schemes
- ios
- mvc cocoa
- bounds이해
- TabBarItems
- frame이해
- Explict Identity
- lazy 사용
- ios login
- native개발
Archives
- Today
- Total
목록보라색오류 (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