반응형
GCM은 더이상 사용할 수 없고, FCM으로 변경해주어야한다
아래 링크의 내용으로 client 단을 수정 할 수 있다.
https://blog.naver.com/111222qwe/221489423043
GCM -> FCM 마이그레이션
다들 바꾸셨겠지만 오래된 플랫폼의 경우 아직도 구글 GCM을 활용한 푸시서비스 방식을 쓰고있습니다.이...
blog.naver.com
https://developers.google.com/cloud-messaging/android/android-migrate-fcm
Migrate a GCM Client App for Android to Firebase Cloud Messaging | Cloud Messaging | Google Developers
You can migrate an existing GCM client app on Android to Firebase Cloud Messaging (FCM) using the instructions in this guide. Before getting started, keep in mind: GCM and FCM SDKs cannot co-exist within an application. GCM tokens retrieved via GoogleCloud
developers.google.com
반응형
'Android' 카테고리의 다른 글
[Android] Annotation 사용법 및 종류 (0) | 2021.01.09 |
---|---|
Android 기본 Intent를 사용한 음악 재생 (0) | 2019.04.02 |
AndroidStudio로 .so file만들기 / encoding error (0) | 2019.03.31 |
WireShark/tPacketCapture 를 이용한 모바일 Packet 분석 (0) | 2019.03.31 |
[Lib]ButterKnife/DataBinding 시작하기 (0) | 2018.01.09 |