GCM send image instead of message

后端 未结 4 1011
无人共我
无人共我 2020-12-11 05:10

I\'m an Android newbie, and I\'m using Google GCM to send a plain text message. Is it possible to send an image file as stream or by some other method?

Java -

4条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-11 06:00

    I wrote two blogs posts on how to do this:

    Tutorial: Using AirBop to Send Images in the Message Payload which shows you how to do it by base64 encoding the image.

    Tutorial: Using AirBop to Push Images for BigPictureStyle Notifications which shows you how to push image urls and then download the image.

    Both tutorials use AirBop as the Application server, but the client code is separate from that and can be used generically.

提交回复
热议问题