gtlwpdev
Forum Replies Created
-
We have Split the mobile devices token in to chunks of 100 for sending messages in group. This will help when we have more number of users and we need to send push ntoification at once.Also set Maximum execution time. SO please verify and let us know your feedback?
Hello ,
Thanks for the valuable feedback , Can u please describe your issue in a bit more detail with screenshot or some log or the error which u received?.
Have you tried notification for single device as per the documentation.?
Thanks
Forum: Plugins
In reply to: [All push notification for WP] can’t receive notification when add new postHello ,
Please download the latest version. and go through the FAQ and other notes tabs (Arbitrary option) for understand the API work. Make sure checked save setting in setting page with proper detail.
Forum: Plugins
In reply to: [All push notification for WP] API url’s for login,register,updateHello ,
Please download the latest version. and go through the FAQ and other notes tabs (Arbitrary option) for understand the API work.
Forum: Plugins
In reply to: [All push notification for WP] Installation guide?hello ,
Regarding to understand the flow of work.
A quick installation guide is here:
https://www.ads-software.com/plugins/all-push-notification/other_notes/
You can also check the FAQ:
https://www.ads-software.com/plugins/all-push-notification/faq/
Thanks
Forum: Plugins
In reply to: [All push notification for WP] Chrome and firefox support?hello ,
Sorry as of now we are not supporting push notifications for chrome and Firefox . yeas in some upcoming version we will support that as well.
Forum: Plugins
In reply to: [All push notification for WP] can’t receive notification when add new postHello ,
Thank you for your feedback.
Please Go to all ‘setting menu’ of this plugin and you will find Checkbox related to the ‘ When a new post is published ‘ , ‘When a new comment is inserted (notification will be sent to author and admin) ‘ . Check mark [make it active] by save setting button. Then create a new post and publish it .Hope You will receive the Notification.
If you still have some issues let us know.
Thanks.
Forum: Plugins
In reply to: [All push notification for WP] Unable to InstallHello ,
Thank you for your feedback. We have fixed that plugin dynamic path issue. You can download the new version of our plugin and check.
– Please make sure that you will add android gcm/fcm key and ios certificate properly from add setting page.
The os_type and device_token parameters need to be passed as Request headers in your login API, as well as in your register and update use API.
You can check the below link for how to pass the parameters in request headers from android app.
https://code.tutsplus.com/tutorials/http-headers-for-dummies–net-8039
https://stackoverflow.com/questions/16793647/how-to-set-request-header-for-sending-data-from-android-apps-to-our-serverWhen android developer call for login API, register API and update user API for your Application, He/She must pass the os_type and device_token parameters in API request headers always. As because the user’s device token may vary as per his mobile devices .
Once you passed those request headers in your API you can then check in your database that in ‘all_pushnotification_token’ Table the device token and os type has automatically inserted.
Example:
os_type=’android’
device_token=’abcd123456′-If you are using the plugin and found it to be useful in your projects, We would urge you to give us rating and review, it will help us making plugin more effective with future releases.