android - How to send a JSONArray message to a device using GCM from php server? -
i trying send notification device. can send normal string message bu wonder if possible send jsonarray message , if possible how can parse message on device?
thanks, İsmail.
it's possible send json array. there no difference in sending text/json, both of them texts.
you parse in mobile using simple parser. follow this tutorial. helps parsing json easily.
Comments
Post a Comment