본문 바로가기
프로그래밍/Flutter

[Flutter] Missing Push Notification Entitlement

by YuminK 2023. 10. 22.

앱 내부에서 푸시 알림 기능을 사용하지 않더라도,

푸시 알림이 허용된 상황을 가정하여 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

 

댓글