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