참조: https://developers.google.com/cloud-messaging/http-server-ref
GCM 전송 주소: https://android.googleapis.com/gcm/send
FCM 전송 주소: https://fcm.googleapis.com/fcm/send
header : Content-Type : application/json Authorization : key="{서버 API키}" body : { "content_available":true, "notification":{ "sound":"default", "title":"{title string}", "body":"{message string}" } "to": "push token", {"registration_ids":["token1", "token2",...],} "data": { "param1":value1, "param2":value2, } }
'develop > 공통' 카테고리의 다른 글
ssh 포트포워딩(mysql) 및 접속 (0) | 2017.11.07 |
---|---|
vuforia cylinder target 이미지 dimention 설정 (0) | 2017.06.20 |
신입 개발자 역량평가(퍼옴) (0) | 2017.03.04 |
sqlite (0) | 2014.12.18 |
NAT의 종류 (0) | 2014.02.17 |