Develop
android gcm push
작은이야기
2016. 5. 25. 22:57
방법 1
curl --header "Authorization: key=appkey" --header Content-Type:"application/json" https://gcm-http.googleapis.com/gcm/send -d "{\"data\":{},\"to\":\"target\"}"
방법 2
node.js 사용 (첨부파일)