parse-community / Parse-SDK-dotNET

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

Feature/fix currentinstallation caching #322

Closed TobiasPott closed 5 years ago

TobiasPott commented 5 years ago

Fixed an issue where the storage controller does not use consistent UTF encoding and mixes UTF-8 and UTF-16 causing invalid cache files to be written to disk.

Compare to #319 as it addresses the same issue but was closed by the creator previously.