1

SkiaSharp を使用した優れた UWP アプリの作成が完了しました。App Store Certification Kit を実行してみましたが、次のエラーが表示されます。

Error Found: The supported APIs test detected the following errors:
API TlsAlloc in kernel32.dll is not supported for this application type. libSkiaSharp.dll calls this API.
API TlsGetValue in kernel32.dll is not supported for this application type. libSkiaSharp.dll calls this API.
API TlsSetValue in kernel32.dll is not supported for this application type. libSkiaSharp.dll calls this API.
Impact if not fixed: Using an API that is not part of the Windows SDK for Windows Store apps violates the Windows Store certification requirements.

では、 SkiaSharp を使用して Windows App Store に公開できるかどうか知っている人はいますか? そうでない場合、UWP サポートは意味がありません。

誰でもこれで私を助けることができますか?

4

2 に答える 2

1

SkiaSharp をご利用いただきありがとうございます。

私は UWP サポートを完成させるために懸命に取り組んできました。最後の 2 つのリリース: v1.53.1 と v1.53.1.1 では、認証エラーは発生しません。

問題が解決しない場合は、早急に修正できるように問題 ( https://github.com/mono/SkiaSharp/issues )を開いてください。

編集

ここでこれをハッシュ化しています: https://github.com/mono/SkiaSharp/issues/129

最後のメモ: ARM/x64 は問題ありませんが、x86 はまだ使用していましたgetenv

編集2

Skia.UWP.Demo の提出は認定に合格しました。

変更がすべての顧客に表示されるまで、最大 16 時間かかります。公開されると、アプリのリストはhttps://www.microsoft.com/store/apps/9NBLGGH51856で利用できるようになります。

ありがとう、Windows ストア チーム

于 2016-08-17T20:40:45.467 に答える