Problem in receiving data from parse.com

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

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

0 Likes
9 Replies
Anonymous
Not applicable

What error status is it reporting?


3.1.2 is a fairly old sdk and not sure it was used extensively with parse.com

Anonymous
Not applicable

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.

0 Likes
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

The latest WICED SDK can be downloaded here: WICED SDK 3.5.2 IDE Installer and .7z Source files

0 Likes
Anonymous
Not applicable

Before posting querry i have already tested this scenario with latest WiCED SDK 3.5.2 but same thing is happening with it also.

0 Likes
Anonymous
Not applicable

What OS and network stack combo are you using? Can you try with ThreadX and netXduo?

0 Likes
Anonymous
Not applicable

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.

0 Likes
Anonymous
Not applicable

Any update on this issue??

0 Likes
Anonymous
Not applicable

Any update on this issue??

0 Likes

Unfortunately, it appears that we have deprecated the parse function.

vik86nsankar