sankarm1991
Forum Replies Created
-
Its working fine now
As per your suggestion I’ve asked the new question with my issues.
Hi,
Me also having same issue notifications are not receiving in iOS.
Below error we getting in debug info with admin panel. We followed your documentation for ios but getting error kindly know the solution for this.
INFO: Trying tls://gateway.sandbox.push.apple.com:2195…
INFO: Connected to tls://gateway.sandbox.push.apple.com:2195.
INFO: Sending messages queue, run #2: 1 message(s) left in queue.
WARNING: Message ID 1 [custom identifier: unset] has an unrecoverable error (8), removing from queue without retrying…Hi,
I’ve followed all steps you have given in documentation and as well examples but getting the same error.{"error":"401","reason":"Unauthorized","detail":"Provided signature does not match"}
As per your previous comments you are not providing the coding level support for implementation. Here we asking how to solve issue with using postman for above API for registration.
Hi,
I’ve followed all steps you have given in documentation and as well examples but getting the same error.{"error":"401","reason":"Unauthorized","detail":"Parameter oauth_consumer_key is missing"}
As per your previous comments you are not providing the coding level support for implementation. Here we asking how to solve issue with using postman for above API for registration.
Hi, Very nice plugin for push notifications for wordpress. Is there any documentation and reference code for working with custom post types like product,news to send push notifications. It will be helpful for customization work to developers because of not affordable for plugin with new features and custom types.
Forum: Plugins
In reply to: [WordPress REST API (Version 2)] Custom Contact Forms and WP REST APII’m working with mobile application development for wordpress. I need to know is it possible implement contact us custom post values need to store in database as like in the website and send to the mail.
Forum: Plugins
In reply to: [WP REST API (WP API)] How to write custom(my own) api in WP REST API Plugin?Hi Guys,
Is there any way to get response for custom post meta fields with this rest api. I’m new to word press so i need step by step how to get those postmeta table fields with api responses.And also i need to know which file need above mentioned example code.
add_filter( 'rest_prepare_post', 'my_custom_json_fields', 12, 3 ); function my_custom_json_fields( $data, $post, $context ) { return [ 'title' => $data->data['title']['rendered'], 'link' => $data->data['link'] ]; }
Forum: Plugins
In reply to: [WordPress REST API (Version 2)] rest-api integration with wp-job-managerhi eranga,
I want to create real estate property based custom API. May i know where & how could i start and develop the API’s for mobile application development.