I am working on iPhone app named \"INTERSTIZIO\".In this I have implemented functionality like chat between users.In this user can send text,location and text with emojis symbol
for the googlers. json_encode() adds double \
$message = "\ue04a"; $body['aps'] = array( 'alert' => $message, 'sound' => 'default', 'type' => $type, 'param' => $param ); $payload = json_encode($body); $payload = str_replace("\", "\\", $payload);