반응형
개발 환경
---------------------------------
OS : Mac
개발 툴 : android studio
개발 언어 : dart
개발 프레임워크 : flutter
---------------------------------
FIRMessaging Remote Notifications proxy enabled, will swizzle remote notification receiver handlers. If you'd prefer to manually integrate Firebase Messaging, add "FirebaseAppDelegateProxyEnabled" to your Info.plist
에러 내용은 위와같다.
FCM을 추가했는데 로그에 위와같은 내용이 찍혔다.
local notification도 동작하지 않고 아무 로그도 없다.
해결방법은 FirebaseAppDelegateProxyEnabled <- 얘를 비활성화 하면 된다고 한다.
아래처럼 추가해주면 된다.
반응형
'개발노트 > Flutter' 카테고리의 다른 글
[Flutter] Download Dart SDK 해결기 (0) | 2023.07.25 |
---|---|
[Flutter] FCM 토큰 발급 및 Xcode 셋팅(Background Modes, Push Notification) (0) | 2023.07.06 |
[Android] 루팅 앱 탐지하기 (0) | 2023.06.12 |
[Android] INSTALL_PARSE_FAILED_MANIFEST_MALFORMED (0) | 2023.06.11 |
[Flutter] font 적용하기 (2) | 2023.06.09 |
댓글