Hello,
I am using SN8205 customize module with wiced sdk 3.1.2.
For using parse push notification i had downloaded app from GitHub - Broadcom/WICED_parse .
After giving application ID , Client ID and Rest ID i am able to create new object in nstallation class.
But this application not receiving any push notification from parse server.
Push notification service is always fails in parse_internal.c file init_parse_socket ()
after result = write_data( &client->tcp_socket, json_data_buffer, (uint16_t) printed ); line
result = receive_data( &client->tcp_socket, received_data_buffer, sizeof( received_data_buffer ), 10000 );
this recev function is returning error status.
Any help in this case would be great appreciated.
Regards,
Prashant
What error status is it reporting?
3.1.2 is a fairly old sdk and not sure it was used extensively with parse.com
thank you for your quick response.
result = receive_data( &client->tcp_socket, received_data_buffer, sizeof( received_data_buffer ), 10000 );
after this function calling i'm receiving 4 in result value which means ERROR according to wiced_result_t.
I'd also tested same code with 3.5.2 but same things happens with 3.5.2. also.
The latest WICED SDK can be downloaded here: WICED SDK 3.5.2 IDE Installer and .7z Source files​
Before posting querry i have already tested this scenario with latest WiCED SDK 3.5.2 but same thing is happening with it also.
What OS and network stack combo are you using? Can you try with ThreadX and netXduo?
nsankar​
we are using netXduo OS,This problem is only occurs when i am trying to use push notification service.
We are able to get data using GET and PUT request manual.
In the parse application only push notification service is not working proper.
In this application we have only problem during reading.
Please help us to solve problem in push notification receiving.
Any update on this issue??
Any update on this issue??