net-core-push-notifications icon indicating copy to clipboard operation
net-core-push-notifications copied to clipboard

Lightweight .NET Core Push Notifications for Android, iOS and Web

Results 8 net-core-push-notifications issues
Sort by recently updated
recently updated
newest added

Hi, We are not able to send notifications via Apn with version 3.1.1 and 3.1.0 (older ones work!). ApnSender fails with: ``` Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value:

I have installed the nuget package in my .net framework 4.7.2 backend and gets this response Only HTTP/1.0 and HTTP/1.1 version requests are currently supported, when calling apn.SendAsync. I can...

Hi, when I try to send notifications to iOS devices the following exception is thrown: System.InvalidCastException: Unable to cast object of type 'Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters' to type 'Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters The code I have...

Hi, When Firebase encounters an error then an exception is thrown - in previous versions it reported the error. Call FirebaseSender.SendAsync(payload) with an invalid recipient token for example. ``` try...

If I am not missing something in v3 the object assigned to message.data was getting serialized with property names as they are specified in the object but now in v4...

help wanted
question

This works correctly locally. But when deployed - I received `CryptographicException` "The system cannot find the file specified.". ``` at System.Security.Cryptography.CngKey.Import(ReadOnlySpan`1 keyBlob, String curveName, CngKeyBlobFormat format, CngProvider provider) at System.Security.Cryptography.CngPkcs8.ImportPkcs8(ReadOnlySpan`1...

Hi, If i update to any of versions starting from 4.0.0, when send an Push to IOS devices the device dont show the popup with message. But the badge number...