개발노트/Flutter
[Flutter] FIRMessaging Remote Notifications proxy enabled
전지적진영시점
2023. 6. 13. 19:48
반응형
개발 환경
---------------------------------
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 <- 얘를 비활성화 하면 된다고 한다.
아래처럼 추가해주면 된다.
반응형