FCM을 설정하고 다운 받은 GoogleService-Info.plist파일을 넣는 방법입니다.
저도 Google사이트에 있는 것처럼 파일을 Runner에 복사해서 그냥 붙여넣기를 했는데 이게 인식을 안 하더군요.
역시 Xcode 는 민감한 tool인것 같습니다.
파일을 넣는 방법은 아래과 같습니다.
Add Files to Runner을 통해서 파일을 넣어주셔야 정상적으로 인식을 합니다.
그럼 Xcode 에서 정상적으로 파일이 위의 이미지처럼 보인답니다.
IOS 프로젝트에서 Push Notification, Background Modes 활성화 방법
Runner의 Signing & Capabilities > All을 선택해주세요.
Push Notifications 와 Background Modes를 추가해주십시요.
Background Modes 에서는 Background fetch, Remote notifications 를 선택해주십시요.
이러면 IOS에서의 APNS 설정은 끝났습니다.
[Flutter] AppBar title center 로 맞춰주기 (0) | 2022.05.23 |
---|---|
[Flutter] com.google.android.gms.ads.MobileAdsInitProvider: java.lang.IllegalStateException:에러해결 (0) | 2022.05.17 |
[Flutter] Android MultiDex 해결하기 (0) | 2022.05.17 |
[Flutter] Firebase 추가하는 방법 (0) | 2022.05.17 |
[Flutter] Android key tool 버그 해결방법 (0) | 2022.05.02 |