parse-community / Parse-SDK-dotNET

Parse SDK for .NET, Xamarin, Unity.
http://parseplatform.org
Apache License 2.0
323 stars 261 forks source link

How to use live query in Xamarin PCL #255

Closed ra7bi closed 6 years ago

ra7bi commented 7 years ago

Hello all , im wondering to know how i can implement live update on my app , for example chat application without refreshing the page i want to see any new messages . i know there is a concept called live query but I'm not sure if it's supported for .net .

please share your experience regarding this point .

Thanks

plyoung commented 7 years ago

I think only the JS and iOS client SDKs support this atm. They seem to be working on Android support too. No idea what the plans are for .Net :(

ra7bi commented 7 years ago

any updates ?

montymxb commented 7 years ago

@ra7bi there is currently no built-in live query implementation available for the .net sdk. As mentioned above only a couple of the clients have implementations for live query interfacing. That being said it's not unlikely that we will bring this support into the this sdk at a future date.

montymxb commented 6 years ago

Closing in favor of the discussion in #199. Yes, we are planning on it. No, we don't have any ETAs yet.

drinvojka commented 6 years ago

sorry to reopen this .. Can we include parse live query in xamarin ?