일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- WeatherManager
- MKMapViewDelegate
- 러닝기록앱
- 영문 개인정보처리방침
- 러닝타이머
- swift
- addannotation
- weak var
- Protocol
- xcode로 날씨앱 만들기
- Xcode
- App Store Connect
- 한국어 개인정보처리방침
- 클로저의 캡슐화
- font book
- SwiftUI Boolean 값
- UIAlertAction
- 서체관리자
- CoreLocation
- UICollectionViewFlowLayout
- Timer
- MKMapItem
- dispatchsource
- AnyObject
- weatherKit
- CLLocationManagerDelegate
- Startign Assignments
- 단일 책임원칙
- Required Reason API
- RunningTimer
Archives
- Today
- Total
목록API key 숨기기 (1)
VesselWheel
API key 값 사용시, 외부 노출 방지 방법(with 날씨앱)
1. OpenWeatherMap에서 API 키 값을 받고나서, https://openweathermap.org/api Weather API - OpenWeatherMap openweathermap.org 2. 내가 필요로 하는 API를 선택 후 : 좌측 상단의 Current Weather Datas의 API doc에서 API call 주소를 획득한다. 트래픽 제한으로 유료결제를 해야하는 API도 있지만, 3시간 단위 5일치를 무료로 제공하는 Current Weather Data로도 충분하다. - API doc를 클릭하면 아래의 화면이 나오게 되는데, 획득한 API call를 활용하여 API를 호출할 수 있다. https://api.openweathermap.org/data/2.5/weather?lat={..
Xcode Study
2024. 2. 9. 05:23