이번에 Push Notification Console 나와서 써보려고 합니다. 과연 어떨지.. # 푸시 보내기 1. 프로젝트 생성 2. Capabilities > Push Notification 추가 3. AppDelegate.swift 수정 func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) { let token = deviceToken.reduce("") { $0 + String(format: "%02X", $1) } print(token) } func application(_ application: UIApplication, didFailToReg..
오늘 의식의 흐름 1. Remote Notification을 테스트 해보고싶음 2. 개인적으로 Remote Notification은 Firebase를 통해서만 써봤음.. (FCM) 3. Firebase 프로젝트 세팅하고 뭐 프로젝트에 SDK 추가할 생각하니까 갑자기 아득해짐..ㄹㅇ;; 4. 진심 이게 최선임..? 에반데 하다가 Sending push notifications using command-line tools 이런게 있길래 도전 참고로 위 링크에 2가지 방법(Certiticate, Token)이 있는데 나는 Token을 이용해서 해볼거 Certificate와 Token 방식에 대한 차이점은 [Remote Notification 한판 정리] APNs / Token Based / Certificat..
아주 예전에..FCM으로 Remote notification작업을 해본적은 있긴 한데 DeviceToken이나 APNs같은 기본적인것들은 알았어도 전체적인 플로우에 대한 정확한 이해가 없이 진행했던것 같다. Remote Notification관련하여 테스트해보고 싶은게 생겼는데, 관련하여 똑같은 작업을 하기전에 나 스스로 정리해보고싶은것들이 몇가지 있어 정리해보려고 한다. # Notification종류 - local → 앱에서 직접 만드는 notification - remote → 서버 등 원격(remote)에서 만들어지는 notification # APNs Apple Push Notification service의 약자로. 앱에 notification을 보낼 수 있도록 애플이 만든 서비스이다. Remo..
안녕하세요 :) Zedd입니다.오늘은...Notification쪽 보다가 이런게 있길래요...ㅎ베타라고 적혀있으면,,괜히,,,한번,,,써보고싶은것이,,,,iOS개발자의 마음,,,,아니겠읍니까,,, 이번에 iOS12에서 Notification이 엄청 많이(?) 바뀐건 아시죠!?!? 출처 : https://appletoolbox.com/2018/06/ios-12-notifications-features/ 그래서인지 더 써보고싶더라구욥..!!그럼 써보러갑시다.반드시 Xcode10베타 (지금은 베타임) 아무튼 Xcode 10을 준비해주세요. 예전에 Notification에 대한 글을 하나 썼었는데요, iOS10 ) 왕초보를 위한 UserNotifications사용해보기 에서 간단한 local notificati..
- github
- fastlane
- swift sort
- Combine
- 회고
- swift tutorial
- np-hard
- swift3
- WidgetKit
- swift array
- WKWebView
- Accessibility
- SwiftUI
- np-complete
- 스위프트
- 스위프트 문법
- 피아노
- 제이슨 파싱
- Git
- IOS
- Xcode
- FLUTTER
- swift 공부
- swift delegate
- actor
- iOS delegate
- UIBezierPath
- WWDC
- Swift
- ios 13
- Total
- Today
- Yesterday