본문 바로가기
Debug

FCM JSON Encoding

by autocat 2020. 8. 6.

 

 

아무리 이렇게 보내도

안드로이드에서 받을때는

다음과 같이 나왔다.

 

==>

Spring Service단에서 PeriodicNotification()에서

URLEncoder 통해 utf-8 인코딩을 해서 담아주고,

 

Android sendNotification()에서

디코딩을 해줌으로써 해결.