Win8.1 Store App 提交到Windows App Store时失败(App使用了iTextSharpApp.dll)

问题描述

Win8.1StoreApp发布到WindowsAppStore时失败。失败的错误报告如下:SupportedAPItestFAILEDSupportedAPIsErrorFound:ThesupportedAPIstestdetectedthefollowingerrors:APISystem.ICloneableinMSCORLIB,PUBLICKEYTOKEN=B77A5C561934E089isnotsupportedforthisapplicationtype.itextsharp.dllcallsthisAPI....APISystem.Collections.ArrayList.ClearinMSCORLIB,PUBLICKEYTOKEN=B77A5C561934E089isnotsupportedforthisapplicationtype.itextsharp.dllcallsthisAPI.Impactifnotfixed:UsinganAPIthatisnotpartoftheWindowsSDKforWindowsStoreappsviolatestheWindowsStorecertificationrequirements.Howtofix:ReviewtheerrormessagestoidentifytheAPIthatisnotpartoftheWindowsSDKforWindowsStoreapps.Pleasenote,appsthatarebuiltinadebugconfigurationorwithout.NETNativeenabled(whereapplicable)canfailthistestastheseenvironmentsmaypullinunsupportedAPIs.Retestyourappinareleaseconfiguration,andwith.NETNativeenabledifapplicable.Seethelinkbelowformoreinformation:AlternativestoWindowsAPIsinWindowsStoreapps.程序使用了iTextSharp,iTextSharp是从Nuget取的并且是最新版本。开发和调试过程中也没出现过问题。但是看错误报告,好像出现问题就是因为使用了iTextSharp。有谁遇到过类似的问题吗?另外我想问下,Nuget和WindowsSDKforWindowsStoreapps是什么关系?难道WindowsStoreApp并不能任意使用Nuget中的包吗?

解决方案

解决方案二:
自顶一下。。。没知道的就算了。。。

时间: 2024-09-30 20:58:12

Win8.1 Store App 提交到Windows App Store时失败(App使用了iTextSharpApp.dll)的相关文章

如何将应用程序提交到Windows应用商店

如果获得正确的指导,将应用程序提交至 Windows 应用商店非常容易.我应该知道这一 点 - 我已经独立提交了两个应用程序(Kids Car Colors 和 Teach Kids Music)至 Windows 应用商店,我还帮助其他人提交了数百个应用程序.相信您可以在一两内将一款优 质.有用的应用程序提交至应用商店.本文将介绍如何通过 10 个简单步骤完成这一任务. 考虑为 Windows 8 编写 Windows 应用商店应用程序的理由有很多.首先,Windows 应用商店提供一亿多个应

Windows phone Store APP如何设置页面横竖屏

在 windows phone store app 中,判断和设置页面横竖屏的方法,与 silverlight 中的 Page 类 不同,不能直接通过 Page.Orientation 进行设置.而是通过 DisplayInformation 类,方法如下: // 横屏 Windows.Graphics.Display.DisplayInformation.AutoRotationPreferences = Windows.Graphics.Display.DisplayOrientations

重新想象 Windows 8 Store Apps (70) - 其它: 文件压缩和解压缩, 与 Windows 商店相关的操作, app 与 web, 几个 Core 的应用, 页面的生命周期和程序的生命周期

原文:重新想象 Windows 8 Store Apps (70) - 其它: 文件压缩和解压缩, 与 Windows 商店相关的操作, app 与 web, 几个 Core 的应用, 页面的生命周期和程序的生命周期 [源码下载] 重新想象 Windows 8 Store Apps (70) - 其它: 文件压缩和解压缩, 与 Windows 商店相关的操作, app 与 web, 几个 Core 的应用, 页面的生命周期和程序的生命周期 作者:webabcd 介绍重新想象 Windows 8

是我的账号不对么-App Store的提交问题 PLA 1.2

问题描述 App Store的提交问题 PLA 1.2 PLA 1.2 We found that the Seller and/or Artist names associated with your app do not reflect the name, "深圳大桔互联网金融服务有限公司," in the app and/or its name and metadata. To be appropriate for the App Store, your app must be

app被拒-APP提交到appstore被拒的原因都有哪些?

问题描述 APP提交到appstore被拒的原因都有哪些? APP提交到appstore被拒的原因都有哪些?每次被拒都是一样的理由,都要查半天代码 解决方案 遇到最扯的就是第三方类库的问题 解决方案二: App提交审核被拒的原因汇总App提交审核被拒的原因汇总(不断更新...)App提交审核被拒的原因汇总(不断更新...)

app提交小米审核反馈默认勾选创建快捷方式,怎么解决

问题描述 app提交小米审核反馈默认勾选创建快捷方式,怎么解决 谁知道 是哪里的问题!在线等!急! 解决方案 App快捷方式的创建

ios-IOS APP提交,Game Center和In-App Purchase要Enable吗?

问题描述 IOS APP提交,Game Center和In-App Purchase要Enable吗? 我提交了一个小的APP, 在Member Center ->Certificates, Identifiers & Profiles-> APP IDs下面的我的app id设定时,其中2项,Game Center和In-App Purchase 是默认选中的,而且也不能修改.但我的APP没有者2项功能,这样设置会不会被拒绝, 在ITunes Connect里面,在我的APP的功能那

重新想象 Windows 8 Store Apps (61) - 通信: http, oauth

原文:重新想象 Windows 8 Store Apps (61) - 通信: http, oauth [源码下载] 重新想象 Windows 8 Store Apps (61) - 通信: http, oauth 作者:webabcd 介绍重新想象 Windows 8 Store Apps 之 通信 HttpClient 概述 http get string http get stream http post string http post stream OAuth 2.0 验证的客户端 示

Windows 8 Store Apps学习(68) 后台任务:控制通道(ControlChannel)

介绍 重新想象 Windows 8 Store Apps 之 后台任务 控制通道(ControlChannel) 示例 1.客户端与服务端做 ControlChannel 通信的关键代码 ControlChannelHelper/AppContext.cs /* * 本例通过全局静态变量来实现 app 与 task 的信息共享,以便后台任务可以获取到 app 中的相关信息 * * 注: * 也可以通过 Windows.ApplicationModel.Core.CoreApplication.P