You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parse .NET SDK 1.6.2 within Xamarin iOS and Xamarin Android apps.
If the session of a user has been revoked (either by removing the session manually from the Session table or if user changed password on other device), the SDK now generates a WebException with status ProtocolError instead of a ParseException with code InvalidSessionToken.
Note: I can see the correct JSON with the correct parse error code is being returned from the Parse backend with HTTP status code 400.
The text was updated successfully, but these errors were encountered:
Parse .NET SDK 1.6.2 within Xamarin iOS and Xamarin Android apps.
If the session of a user has been revoked (either by removing the session manually from the Session table or if user changed password on other device), the SDK now generates a WebException with status ProtocolError instead of a ParseException with code InvalidSessionToken.
Note: I can see the correct JSON with the correct parse error code is being returned from the Parse backend with HTTP status code 400.
The text was updated successfully, but these errors were encountered: