안드로이드 개발 질문/답변
(글 수 45,052)
현재 C2DM 으로 사용하고 있는데요.
이것을 GCM 으로 변경 하려 합니다.
그런데 다른분들 보면 개발자 콘솔에서 GCM 성공율에대한 그래프를 보시던데.
저는 못찾겠더라구요.
GCM 전송 성공율에대한 그래프는 어디서 확인 할 수 잇는지좀 알려주시면 감사하겠습니다.
2012.11.14 12:23:52
아래 링크의 맨 하단 부분의 내용을 발췌하였습니다. 영어 잘하셔서 아시겠지만
GCM의 통계를 API Console에서 보시려면 반드시 Android Developer Console에서 등록하셔야 합니다.
즉.. 마켓에 앱 등록 및 수정할 때 맨 밑 부분의 Google 클라우드 메시징 통계 사용을 하셔야 합니다.
http://developer.android.com/guide/google/gcm/gcm.html
Viewing statistics
To view statistics and any error messages for your GCM applications:
- Go to the
Android Developer Console
. - Login with your developer account.
You will see a page that has a list of all of your apps.
- Click on the "statistics" link next to the app for which you want to view GCM stats.
Now you are on the statistics page.
- Go to the drop-down menu and select the GCM metric you want to view.
Note: Stats on the Google API Console are not enabled for GCM. You must use the Android Developer Console.
자답
개발자 콘솔에서 App 정보의 하단에 GCM Token 등록후 통계에서 나오게 되어 있네요 ^^;