简体   繁体   English

Facebook Parse SDK无法在Windows Phone 8.1上运行

[英]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. 我将项目升级到Windows Phone 8.1,并且无法再安装Parse SDK。 NuGet tells me: NuGet告诉我:

Could not install package 'Parse 1.2.14'. 无法安装软件包“ 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. 您正在尝试将此软件包安装到以“ WindowsPhoneApp,Version = v8.1”为目标的项目中,但是该软件包不包含任何与该框架兼容的程序集引用或内容文件。 For more information, contact the package author. 有关更多信息,请与软件包作者联系。

Did anyone managed to install Parse for a project targeting Windows Phone 8.1? 是否有人为针对Windows Phone 8.1的项目安装了Parse?

BTW It worked for Windows 8.1 project. BTW它适用于Windows 8.1项目。

The nuget package hasn't been updated to work with the Universal apps. nuget软件包尚未更新为可与Universal应用程序一起使用。 You can download the .NET SDK from their website directly however and get the Universal app support. 但是,您可以直接从他们的网站下载.NET SDK,并获得Universal应用程序支持。 The SDK contains a Parse.dll, ParseWindows.dll and ParsePhone.dll. 该SDK包含一个Parse.dll,ParseWindows.dll和ParsePhone.dll。

You can place the Parse.dll and ParsePhone.dll in to your Windows Phone 8.1 Universal references and it should work. 您可以将Parse.dll和ParsePhone.dll放入Windows Phone 8.1通用引用中,它应该可以工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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