Delite Studio
Forum Replies Created
-
At the moment IIS is not supported by our plugin.
We suggest you to use Apache or NGiNX instead, as they are well supported.Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] Not WorkingIt may be a problem regarding your configuration of the hybrid client (I think you are using WordPress Hybrid Client), please double check every step in this tutorial.
As you can see in the FAQ:
Your server is unable to connect to the GCM (Google Cloud Messaging).
This can be caused by:- The fact that cURL is not installed on your server.
- The fact that Push Notifications for WordPress can’t reach the URL https://android.googleapis.com/gcm/send.
You can do a simple test by launching this command on your server:
curl --header "Authorization: key=xxx" --header Content-Type:"application/json" https://android.googleapis.com/gcm/send -d "{\"registration_ids\":[\"ABC\"]}"
Please change
xxx
with your Google API Key.Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] API HooksHello! We’ll assume that the problem is resolved and close this thread. Kind regards!
Forum: Reviews
In reply to: [Push Notifications for WordPress (Lite)] Not working from todayIf you can retrieve the name of the non-existing function from them we can try to fix the problem.
Please reconsider your rating as an incompatibility issue (with multiple plugins as you stated there was another interference with W3TC) may not be an evaluation term of the quality of the plugin itself.Forum: Reviews
In reply to: [Push Notifications for WordPress (Lite)] Not working from todayWe mean that any info that can lead us to discover the cause of the problem may be useful. So, we ask you to give us any kind of information you have (apache-log, the name of the non-existing function, etc.).
Forum: Reviews
In reply to: [Push Notifications for WordPress (Lite)] Not working from todayHello, we are sorry for the inconvenience, can you send us a log? So we can investigate the problem and if we find it is caused by our plugin, implement a fix.
Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] API HooksThank you! You can use the filters
pnfw_output_post_api($response)
orpnfw_output_posts_api($response)
to add or remove fields, which are only available in the premium version. Hope it helps!That’s correct. You can use the function
pnfw_send_notification($user_id, $message, $user_info)
(more info here), which is only available in the premium version. Hope it helps!Hello! Not having received any response we’ll assume that the problem is resolved and close this thread. Kind regards!
Hello! Not having received any response we’ll assume that the problem is resolved and close this thread. Kind regards!
We suggest you to purchase our libraries for Android and iOS to ease the integration.
You can even purchase our pre-packaged application or try to use the free WordPress Hybrid Client (as WPHC is a third party software we cannot give you support on using it).
The Register API requires the HTTP POST method, so you can’t pass the
os
parameter in the query string. You should follow the official documentation.Hope it helps!
Hello, first of all try to disabile OAuth under Push Notifications > OAuth to ease the configuration of Push Notifications for WordPress (Lite).
If it works and you want to use OAuth you must follow the official documentation guide to OAuth & API Keys.
Hello, first of all try to disabile OAuth under Push Notifications > OAuth to ease the configuration of Push Notifications for WordPress (Lite).
If it works and you want to use OAuth you must follow the official documentation guide to OAuth & API Keys.