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 |
Tags
- HIG
- Clean Code
- UICollectionView
- 스위프트
- tableView
- 클린 코드
- swiftUI
- 리팩토링
- collectionview
- Xcode
- RxCocoa
- MVVM
- UITextView
- combine
- 리펙터링
- uitableview
- Refactoring
- clean architecture
- rxswift
- map
- 애니메이션
- Observable
- 리펙토링
- SWIFT
- Protocol
- Human interface guide
- ios
- ribs
- swift documentation
- uiscrollview
Archives
- Today
- Total
목록Push Notification 테스트 (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cRpAWy/btrY1mwdvyu/y76k7IykIor0XaNc82kqL1/img.gif)
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