GCM send image instead of message

后端 未结 4 1003
无人共我
无人共我 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 05:42

    You could only send a very small image, as the data payload is limited to 4kB. You would also need to encode it somehow.

提交回复
热议问题