0
votes

I tried to convert my parse app into "universal app". I upgraded my project into Windows Phone 8.1 and I cannot install Parse SDK anymore. NuGet tells me:

Could not install package 'Parse 1.2.14'. You are trying to install this package into a project that targets 'WindowsPhoneApp,Version=v8.1', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

Did anyone managed to install Parse for a project targeting Windows Phone 8.1?

BTW It worked for Windows 8.1 project.

1

1 Answers

0
votes

The nuget package hasn't been updated to work with the Universal apps. You can download the .NET SDK from their website directly however and get the Universal app support. The SDK contains a Parse.dll, ParseWindows.dll and ParsePhone.dll.

You can place the Parse.dll and ParsePhone.dll in to your Windows Phone 8.1 Universal references and it should work.