앱 내부에서 푸시 알림 기능을 사용하지 않더라도,
푸시 알림이 허용된 상황을 가정하여 iOS 스위즐링을 처리하고 있는 플러그인이 존재한다.
https://github.com/flutter/flutter/issues/9984#issuecomment-1664282440
앱 내에서 사용하지 않더라도, 푸시 알림 설정만 변경해주면 해결할 수 있다.
To not receiving this email anymore, you can workaround by enabling publish notification
in your App. (You don't have to implement any publish notification features,
just simply enable the feature and capability will suppress the warning.)
https://github.com/flutter/flutter/issues/9984#issue-227854071
https://github.com/flutter/engine/pull/8843
해결법(xcode에서 push notification 설정 추가하면 된다.)
https://mdpapa.tistory.com/143
'프로그래밍 > Flutter' 카테고리의 다른 글
[Flutter] FCM 기능 추가 (1) | 2023.10.23 |
---|---|
[Flutter] Git Repository 생성(협업 과정 고려) (0) | 2023.10.07 |
[Flutter] 프로젝트 구성 변경 정리(패키지명, 앱 이름 등) (0) | 2023.10.06 |
[Flutter] 스크롤뷰 하단부터 위젯 배치 (0) | 2022.11.04 |
[Flutter] Visibility와 Opacity 차이 (0) | 2022.11.04 |
댓글