Hi All,
How can we receive custom push notifications from server in android. When I send push notifcation from server all I receive is app icon and app name but no message appears. Please help me.
Hi All,
How can we receive custom push notifications from server in android. When I send push notifcation from server all I receive is app icon and app name but no message appears. Please help me.
Under data in the json add alert.
Example:
{"data":{"alert":"This is custom message"}, "registration\_ids":["someRegistrationID"]}
Under data in the json add alert.
Example:
{"data":{"alert":"This is custom message"}, "registration\_ids":["someRegistrationID"]}