expo-server-sdk-dotnet icon indicating copy to clipboard operation
expo-server-sdk-dotnet copied to clipboard

Server-side library for working with Expo using .Net

Results 9 expo-server-sdk-dotnet issues
Sort by recently updated
recently updated
newest added

Close https://github.com/glyphard/expo-server-sdk-dotnet/issues/9

Badges are a good thing and a reference to NuGet is always appreciated and helpful

Hello, several times when I call `PushSendAsync` I get exceptions such as: > System.Net.Http.HttpRequestException An error occurred while sending the request. Void Throw() > WebException The underlying connection was closed:...

I created a service to send notification to tokens that already being saved into a db. thats how the implementation looks like. ![Screenshot 2021-08-01 at 19 14 15](https://user-images.githubusercontent.com/16238332/127779720-a1e00af1-2c9e-4457-b68f-a53cd59fecd4.png) I have...

Hi, We want to basically catch HTTP error codes - 429 and 5XX errors in case the Expo Push Notification service is down so that we can implement retry on...

I would like to migrate to the new API for Android notifications. Could we add a way to specify this (`https://exp.host/--/api/v2/push/send?useFcmV1=true`)? https://expo.dev/blog/expo-adds-support-for-fcm-http-v1-api?utm_source=FCM+Legacy+users&utm_campaign=d4935802e1-EMAIL_CAMPAIGN_FCM_V1_Migration&utm_medium=email&utm_term=0_-d4935802e1-%5BLIST_EMAIL_ID%5D

related to : https://stackoverflow.com/questions/75833193/how-to-set-content-available-1-with-expo-push-api-when-sending-push-notifica and https://docs.expo.dev/versions/latest/sdk/notifications/#background-events. Need to allow this param to configure content-available

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Hi, I wanted to restrict the push notifications with the access token. As it says [here ](https://docs.expo.dev/push-notifications/sending-notifications/#additional-security) However, I quickly realised that there is no way to pass the token...