본문 바로가기
모바일/IOS

FCM 앱에서 메시지 수신

by 죠부니 2018. 4. 25.
반응형

파이어베이스에 적혀있는 내용

https://firebase.google.com/docs/cloud-messaging/ios/receive?hl=ko

퀵스타트 정보

https://github.com/firebase/quickstart-ios/blob/7e1bae6dd76994c468bd7e1a1f695d8815e6f2da/messaging/MessagingExampleSwift/AppDelegate.swift#L116-L154


앱이 동작중일때도 푸쉬가 뜨게 하려면

completHandler부분을 설정할것

completionHandler([.alert, .sound])




반응형