https://github.com/cjk09083/ftweather 지난 포스트에서는 Flutter 앱에 Android fcm 기능을 추가하였다. 이번엔 iOS에서도 fcm 수신 후 알림 기능을 추가해보자. 먼저 Flutter에 firebase cli 추가 방법은 지난 포스트를 참고하자 (https://cjk09083.tistory.com/57) 그리고 iOS를 위한 추가 설정을 진행하자 1. iOS 파일들을 수정 # Info.plist에 key 추가 UIBackgroundModes fetch remote-notification # AppDelegate.swift import UIKit import Flutter @UIApplicationMain @objc class AppDelegate: Flutter..