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
- Protocol
- uitableview
- RxCocoa
- Xcode
- 스위프트
- Human interface guide
- HIG
- collectionview
- clean architecture
- map
- UICollectionView
- 리펙토링
- 애니메이션
- tableView
- swift documentation
- ribs
- SWIFT
- 클린 코드
- swiftUI
- UITextView
- Refactoring
- 리펙터링
- Clean Code
- uiscrollview
- Observable
- combine
- MVVM
- rxswift
- 리팩토링
- ios
Archives
- Today
- Total
목록SKProduct (1)
김종권의 iOS 앱 개발 알아가기
[iOS - Swift] 1. 인앱 결제 StoreKit 개념 - Product 정의, 획득 (SKProduct, SKProductsRequest, SKProductsRequestDelegate)
* 인앱 결제 포스팅 글 목차 Product 종류 App Store Connect에서 상품을 총 4가지 종류로 등록 consumable (소모성 - 100 코인…) non-consumable (영구 누적 - 카메라 필터…) auto-renewable subscription (기간이 정해져있고 자동 결제 구독 - 유튜프 프리미엄…) non-renewing subscription (자동 결제 구독 x) Product 정보 생성부터 획득까지 App Store Connect에서 새로운 IAP 상품 생성 시, ProductID가 생성 (이를 벡엔드에 저장 or 앱 번들에 저장 or 개발 측에서 앱 내 상품 목록을 관리) 앱에서는 백엔드에 저장된 ProductID들을 get으로 획득 ProductID를 가지고 St..
iOS 응용 (swift)
2022. 11. 15. 22:58