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
- 리펙터링
- ribs
- combine
- uitableview
- Human interface guide
- Observable
- MVVM
- ios
- HIG
- 리펙토링
- UICollectionView
- clean architecture
- Protocol
- 클린 코드
- swift documentation
- Xcode
- Refactoring
- uiscrollview
- collectionview
- swiftUI
- map
- SWIFT
- 스위프트
- Clean Code
- 애니메이션
- 리팩토링
- RxCocoa
- UITextView
- tableView
- rxswift
Archives
- Today
- Total
목록Push Notification 테스트 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 1. Push Notification 응용 - 테스트 방법 (Pusher, APNs)
1. Push Notification 응용 - 테스트 방법 (Pusher, APNs) Push Notification 활성화 Target > Signing & Capabilities > Capability > push notifications 선택 Background Modes도 추가하고 Remote notifications 체크 AppDelegate.swift에서 푸시 권한 요청 및 디바이스 토큰 등록 func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // 1. 푸시 권한 요청 let center = ..
iOS 응용 (swift)
2023. 2. 17. 22:23