Google Cloud messaging - Sample Server

后端 未结 4 749
清酒与你
清酒与你 2020-12-08 05:48

I need a sample application for Google Cloud messaging. with a sample server to test my app. can any one help me on this?

I need a sample server to test my code i al

4条回答
  •  春和景丽
    2020-12-08 06:18

    You need to download via Android SDK. go to Window->Android SDK Manager. scroll down to extra and check "Google Cloud Messaging" and install.

    after completed, you may check at : android-sdk/extras/google/gcm/samples

    or you could try this (I've uploaded myself) : gcm

    for server side, check on this answer : https://stackoverflow.com/a/11253231/554740

提交回复
热议问题