Push Notification Parse

0

This plugin allows you to send notifications directly from your WordPress site to your Parse.com account to all devices that i’ve been registered in it. Now, go to Installation sectio

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

This plugin allows you to send notifications directly from your WordPress site to your Parse.com account to all devices that i’ve been registered in it.
Now, go to Installation section to find out how to install and use plugin.

Troubleshooting

  • WARNING : It’s at your own risk to do that because it cans create security issue
  • Fatal error: Uncaught exception ‘ParseParseException’ with message ‘SSL certificate problem: unable to get local issuer certificate’
  • You will have to add a line at the parse-php-sdk-mastersrcParseParseClient.php file.
  • Under this : $rest = curl_init(); }
  • Add : curl_setopt($rest, CURLOPT_SSL_VERIFYPEER, false);

Donate

https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QP6QETB77AUH2

GITHUB

https://github.com/GayKevin/WordPress-Plugin-Notification-Push-Parse