You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.
Hi,
We are new to Parse. We are try to send push notification from REST API but we get subscription always shows as 0 when send notification to android using reset api. But when we try from parse.com it will reached to mobile. Where we are make a mistake. Kindly help us to resolve the issue.
Hi,
We are new to Parse. We are try to send push notification from REST API but we get subscription always shows as 0 when send notification to android using reset api. But when we try from parse.com it will reached to mobile. Where we are make a mistake. Kindly help us to resolve the issue.
Here with am mentioned the code:
$data = array(
'channel' => '',
'type' => 'android',
'installationId'=>$d_device_token,
'data' => $pushmessage,
'action'=>'FA'
);
$_data = json_encode($data);
Notification does not send to android app. Kindly explain me what is going wrong?
The text was updated successfully, but these errors were encountered: