Parse-SDK-dotNET
Parse-SDK-dotNET copied to clipboard
Parse SDK for .NET, Xamarin, Unity.
Error: Query a relation: Must specify a ParseObject class name when creating a ParseQuery. Unity: We are using 4.6.7 but it also happens on 4.6.8. Parse plugin 1.6.1 for Unity....
The SDKs should be compatible with pinned certificates for connecting to the Parse Servers, allowing for faster, safer deployment, particularly in small or internal deployments.
This pull request targets the issue of values retrieved from parse-server exceeding the long64 value range mentioned in #339 It handles it by using a fallback to the double type...
I am testing the Parse SDK for .NET it is awesome. I would like to implement a data store similar to the other SDKs so that my application can work...
I was taking a look on how to implement Facebook Login with Parse and found out that ParseFacebookUtils is not presented in the project and found no implementation what so...
Hello, Using Parse.Netstandard version 2.0.0 Parse server version 4.3.0 When you set a very long negative value Ex: -9223372036854776000 , the .Net SDK version is not able to retrieve the...
Hi, I'm trying to extend the ParsePushBroadcastReceiver so I can have some custom data parsed from the notification Intent Extras. According to [this](https://parse.com/docs/android/guide#push-notifications-receiving-pushes), I should be able to extend the...
### New Issue Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [x] I have searched through [existing issues](https://github.com/parse-community/Parse-SDK-dotNET/issues?q=is%3Aissue). -...
Improved fix for this PR https://github.com/parse-community/Parse-SDK-dotNET/pull/388