관리 메뉴

웹개발자의 기지개

[IOS] Swift FCM Firebase 에서 Token 초기화 방지하기 본문

IOS/Swift

[IOS] Swift FCM Firebase 에서 Token 초기화 방지하기

http://portfolio.wonpaper.net 2022. 11. 16. 01:42

FCM 파이어베이스 Push Token 작업시에 Info.plist 에서 추가해주어야 하는 항목이 아래와 같다.

 

상기사진과 같이 꼭 추가해 두도록 하자.

 

참고 : https://stackoverflow.com/questions/55057520/how-can-i-prevent-auto-initialization-firebase-on-ios

 

How can I prevent auto initialization firebase on ios?

I'm working with firebase unity plugin on ios. I want to prevent firebase auto initialization and ask user for push notification permission later in the app. But firebase shows its annoying permiss...

stackoverflow.com

참고 : https://gyuios.tistory.com/143

 

iOS) APNs(Apple Push Notification Service) - FCM Token 으로 앱에서 메시지 수신하기

아래의 게시물은 제가 이전에 작성해둔 푸시알림 APNs 설정 및 파이어베이스에 앱 추가하는 과정입니다. iOS) APNs(Apple Push Notification Service) 이전 게시물에서는 파이어베이스에서 메시지를 테스트

gyuios.tistory.com

 

Comments