glyphard / expo-server-sdk-dotnet

Server-side library for working with Expo using .Net
MIT License
38 stars 23 forks source link

[Question] I am not receiving a response from the server. #3

Closed sanchitos closed 4 years ago

sanchitos commented 4 years ago

image

I am not hitting the response, i don't know what I may be doing wrong.

sanchitos commented 4 years ago

It seems to be this line:

        `var pushReceiptResult = await client.PushGetReceiptsAsync(pushreceipteq).GetAwaiter().GetResult();`

Changed it to var pushReceiptResult = await client.PushGetReceiptsAsync(pushreceipteq); And it's working fine. Thanks!