「 IOS 」 May 31, 2018
Firebase Cloud Messaging, Notification (Firebase를 이용한 iOS Push 전송)
Words count 3.2k Reading time 3 mins.
지난 포스팅에서는 iOS 앱의 Push Notification 기능을 추가하는 내용을 다뤘습니다.
iOS APN, Push Noticifation tutorial (Push 인증서 발급, 테스트 과정)
이제 이 기능을 실제 서비스에서 사용하기 위해 Firebase 를 사용하는 방법을 소개합니다.
pod 'Firebase/Core'
pod 'Firebase/Messaging'
Podfile에 Cloud Messaging...
Read article