简体   繁体   中英

Facebook Parse SDK not working on Windows Phone 8.1

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM