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.
I just copied the code from parsePushTest.php and uncommented the line for the Title
Here's the full code that im using. Channel, Alert and Type works except for the Title
$parsePush = newparsePush();
$parsePush->channels = array('One', 'Two'); //this or just channel required$parsePush->alert = 'Test'; //required$parsePush->type = 'android';
$parsePush->title = 'Title'; //android only - gives title to the notification$return = $parsePush->send();
Hi, I don't know if I did something wrong or it's a bug. The title setting isn't working for Android push notifications.
The line of code I used is:
$parsePush->title = 'Title';
Would be great if you could help me out, Thanks!
The text was updated successfully, but these errors were encountered: